Error: Server terminated unexpectedly with code: 0 signal: null
at ChildProcess.server.once (runServer.js:44:15)
at ChildProcess.g (events.js:286:16)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/bin/npm-cli.js" "start"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! @ start: babel-node tools/run start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ start script 'babel-node tools/run start'.
is anyone using the latest version?
TIA
same here
Did you run npm rebuild? Try delete node_modules directory and install packages again. Does this help?
Just faced with this issue few minutes ago. Previously we ran npm install to install required packages and after that updated npm to 3.10.3.
After npm update everything works fine
+1
Same problem as OP, hints here didn't work for me.
npm-debug.txt
@isthisstackoverflow Few things may help
6.x as of now, download and install if you're on mac)npm updatebabel-core (and it's dependencies if any) and babel-cliTry running again.
+1
Most helpful comment
@isthisstackoverflow Few things may help
6.xas of now, download and install if you're on mac)npm updatebabel-core(and it's dependencies if any) andbabel-cliTry running again.