I have a problem when a create a new app (meteor creates app) or when a run meteor (meteor) a received this message and I don’t understand what’s the problem.
but this error is done just today and yesterday is functioning correctly with no error.
Two potential solutions:
-
Run
meteor reset
in your app -
Delete the package it says doesn’t contain the file it expects:
C:\Users\Qussama\AppData\Local\.meteor\packages\ecmascript\0.10.8
It should re-download that package the next time you run meteor and hopefully then it has the file it’s looking for
I find the delete some package method works well for EPERM
errors too