Urgent:Meteor stops suddenly and won't run again

I was working for a while on my app without problem (on local);

for an hour I ve this error and meteor won’t run

/home/abdou/.meteor/packages/meteor-tool/.1.6.1.37gwzf++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
      throw error;
      ^

SyntaxError: Unexpected token / in JSON at position 0
    at JSON.parse (<anonymous>)
    at ProjectContext._readResolverResultCache (/tools/project-context.js:583:16)
    at ProjectContext.reset (/tools/project-context.js:230:10)
    at new ProjectContext (/tools/project-context.js:45:8)
    at Command.doRunCommand [as func] (/tools/cli/commands.js:335:24)
    at /tools/cli/main.js:1523:15

Any idea on how to fix it , please ?

SyntaxError: Unexpected token / in JSON at position 0
at JSON.parse ()

There’s a JSON file somewhere that isn’t formed correctly.
Judging by the shortness of the stack trace, it might be one of the Meteor cache files

Should be fixed by running meteor reset


EDIT: Yep, had a look in tools/project-context.js for _readResolverResultCache and it is looking in your .meteor/local/ folder for the resolver-result-cache.json file that’s in there.
A Meteor reset will clean that out