Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

error in npm start #16407

Closed
zihebingwu opened this issue Apr 21, 2017 · 2 comments
Closed

error in npm start #16407

zihebingwu opened this issue Apr 21, 2017 · 2 comments
Labels

Comments

@zihebingwu
Copy link

19 error node v4.4.3
20 error npm v3.10.10
21 error code ELIFECYCLE
22 error react-babel-webpack-boilerplate@1.4.1 start: webpack-dev-server --devtool eval --progress --hot --content-base app
22 error Exit status 1
23 error Failed at the react-babel-webpack-boilerplate@1.4.1 start script 'webpack-dev-server --devtool eval --progress --hot --content-base app'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the react-babel-webpack-boilerplate package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error webpack-dev-server --devtool eval --progress --hot --content-base app
23 error You can get information on how to open an issue for this project with:
23 error npm bugs react-babel-webpack-boilerplate
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls react-babel-webpack-boilerplate
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

-->

@kenany kenany added the support label Apr 21, 2017
@kenany
Copy link
Contributor

kenany commented Apr 21, 2017

Log indicates that your "start" script is returning an error code. This isn't an issue in npm itself; all npm is doing here is catching the error for your and letting you know about it. I would make sure that your "start" script runs fine outside of npm (as in: try running it from your command-line without doing npm start).

@kenany
Copy link
Contributor

kenany commented May 30, 2017

Closing due to no reply after a month.

@kenany kenany closed this as completed May 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants