React-starter-kit: error on latest version / on npm start

Created on 29 Jul 2016  路  7Comments  路  Source: kriasoft/react-starter-kit

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

invalid

Most helpful comment

@isthisstackoverflow Few things may help

  • update your node version to latest (6.x as of now, download and install if you're on mac)
  • do an npm update
  • Install babel-core (and it's dependencies if any) and babel-cli

Try running again.

All 7 comments

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

  • update your node version to latest (6.x as of now, download and install if you're on mac)
  • do an npm update
  • Install babel-core (and it's dependencies if any) and babel-cli

Try running again.

+1

Was this page helpful?
0 / 5 - 0 ratings