question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error on latest version / on npm start

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
deveeduttacommented, Oct 21, 2016

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

2reactions
manumaticxcommented, Aug 1, 2016

same here

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm start giving error in node.js - Stack Overflow
The error suggests that the ./bin/www directory is not found. Paths specified with a dot are relative to the current directory, ...
Read more >
Common errors | npm Docs
Broken npm installation; Random errors; No compatible version found; Permissions errors ... npm not running the latest version on a Windows machine ...
Read more >
Common Errors - npm - w3resource
If you run npm and you receive a no compatible version found error, it means you have an outdated npm. Permission errors. Error:...
Read more >
Getting an error while running nodejs app when running locally
Run the following commands: npm install npm start Here is the package.json: ... Make sure you have the latest version of node.js and...
Read more >
How to solve npm ERR! code 1 when running npm install
Fix npm error code 1 by updating your dependencies · Update one package version in package.json file · Then run npm install ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found