Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is not working your start script is not included ... #5

Open
Lukeout opened this issue Jul 29, 2016 · 4 comments
Open

This is not working your start script is not included ... #5

Lukeout opened this issue Jul 29, 2016 · 4 comments

Comments

@Lukeout
Copy link

Lukeout commented Jul 29, 2016

I am failing to start the server here ...

I npm install everything,
I webpack
Then i do npm run start and I get this error ...

pm ERR! code ELIFECYCLE
npm ERR! [email protected] start: webpack-dev-server
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'webpack-dev-server'.

@theseancronin
Copy link

I had an issue in the webpack file where there were two "loaders" being called. Inside loaders, there's a line, loaders: ['babel'] - Just change this to loader: ['babel'] and that might fix it.

@tinyNick
Copy link

I also have this issue and changes the "loaders" to loader with no success. Ideas?

@yunardopatra
Copy link

yunardopatra commented Jul 15, 2018

there is running apps on same port. use "killall node" first

@neoswf
Copy link

neoswf commented Aug 15, 2019

Several things I did to solve this:

  1. Make sure im running latest Node version (using NVM install stable)
  2. Make sure im running a correct hosts file (mine was pointing localhost to different ip addresses)
  3. Run npm clean cache --force. Deleting node_modules did not work for me. After deleting the cache, and installing all again, it worked perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants