METEOR ERROR : ENOENT: NOSUCH FILE OR DIRECTORY. OPEN

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.

2018-05-09_185404

Two potential solutions:

  1. Run meteor reset in your app

  2. 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