error on latest version / on npm start
See original GitHub issueError: 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:
- Created 7 years ago
- Reactions:4
- Comments:8 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@isthisstackoverflow Few things may help
6.x
as of now, download and install if you’re on mac)npm update
babel-core
(and it’s dependencies if any) andbabel-cli
Try running again.
same here