ENOENT: no such file or directory, stat

Hello, when i start meteor, i have this problem :

D:\dev\intellea>meteor
[[[[[ ~\E\dev\intellea ]]]]]

=> Started proxy.
C:\Users\Ynphea\AppData\Local.meteor\packages\meteor-tool\1.7.0_5\mt-os.windows.x86_64\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:218
throw error;
^

Error: ENOENT: no such file or directory, stat ‘C:\Users\Ynphea\AppData\Local.meteor\packages\meteor-tool\1.7.0_5\mt-os.windows.x86_64\dev_bundle\server-lib\node_modules’
at Object.fs.statSync (fs.js:948:11)
at Object.wrapper (C:\tools\fs\files.js:1607:35)
at Object.files.(anonymous function) [as stat] (C:\tools\fs\files.js:1745:27)
at symlinkWithOverwrite (C:\tools\fs\files.js:537:15)
at Builder.write (C:\tools\isobuild\builder.js:275:7)
at ServerTarget.write (C:\tools\isobuild\bundler.js:2535:15)
at C:\tools\isobuild\bundler.js:2701:30
at Object.keys.forEach.name (C:\tools\isobuild\bundler.js:2836:9)
at Array.forEach ()
at C:\tools\isobuild\bundler.js:2826:26
at C:\tools\isobuild\bundler.js:3167:22
at C:\tools\utils\buildmessage.js:271:13
at exports.EnvironmentVariable.withValue (C:\tools\utils\fiber-helpers.js:89:14)
at C:\tools\utils\buildmessage.js:264:29
at exports.EnvironmentVariable.withValue (C:\tools\utils\fiber-helpers.js:89:14)
at C:\tools\utils\buildmessage.js:262:18
at exports.EnvironmentVariable.withValue (C:\tools\utils\fiber-helpers.js:89:14)
at C:\tools\utils\buildmessage.js:253:23
at exports.EnvironmentVariable.withValue (C:\tools\utils\fiber-helpers.js:89:14)
at Object.capture (C:\tools\utils\buildmessage.js:252:19)
at bundle (C:\tools\isobuild\bundler.js:3000:31)
at files.withCache (C:\tools\isobuild\bundler.js:2947:32)
at Object.withCache (C:\tools\fs\files.js:1710:12)
at Object.exports.bundle (C:\tools\isobuild\bundler.js:2947:16)
at Profile.run (C:\tools\runners\run-app.js:579:36)
at Function.run (C:\tools\tool-env\profile.js:490:12)
at bundleApp (C:\tools\runners\run-app.js:578:34)
at AppRunner._runOnce (C:\tools\runners\run-app.js:622:35)
at AppRunner._fiber (C:\tools\runners\run-app.js:880:28)
at C:\tools\runners\run-app.js:408:12

I tried meteor npm install and meteor reset but this didn’t work

Nobody knows or have any ideas ?

I’ve had very similar errors when the casing of the file name on disk is different from how I referenced it in Package.js

On disk-> ‘fileName.js’
In package.js -> ‘filename.js’

But I’m not sure that is your problem here.