StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course
MIT License
3.56k stars 4.65k forks source link

Cannot do npm start on a fresh version #273

Closed palmerminto closed 5 years ago

palmerminto commented 5 years ago

After downloading the latest version (through git or in a zip) and then npm install i do npm start and it returns this message

redux-simple-starter@1.0.0 start /Users/csp/Projects/ReduxSimpleStarter node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js

events.js:182 throw er; // Unhandled 'error' event ^

Error: listen EADDRINUSE 127.0.0.1:8080 at Object._errnoException (util.js:1019:11) at _exceptionWithHostPort (util.js:1041:20) at Server.setupListenHandle [as _listen2] (net.js:1344:14) at listenInCluster (net.js:1385:12) at GetAddrInfoReqWrap.doListen [as callback] (net.js:1494:7) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:100:10) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! redux-simple-starter@1.0.0 start: node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the redux-simple-starter@1.0.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/csp/.npm/_logs/2018-09-23T18_19_24_696Z-debug.log