ember-try icon indicating copy to clipboard operation
ember-try copied to clipboard

Killing `ember try:each` breaks local copy, all `ember` commands

Open allthesignals opened this issue 7 years ago • 0 comments

If I interrupt or kill ember try:each, it seems to throw my application into disarray with a number of different errors:

Unexpected end of JSON input
    at JSON.parse (<anonymous>)
 Error: Cannot find module './core.json'

All subsequent uses of ember command are also broken...

rm -rf node_modules && yarn fixes it but can take several minutes to install depending on project size. Is there a way to safely interrupt ember try?

allthesignals avatar Oct 11 '18 18:10 allthesignals