Description
HI everybody,
I'm doing npm start in a just created app and it won't work.
it throws the following:
events.js:160
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE 127.0.0.1:3000
at Object.exports._errnoException (util.js:1012:11)
at exports._exceptionWithHostPort (util.js:1035:20)
at Server._listen2 (net.js:1252:14)
at listen (net.js:1288:10)
at net.js:1398:9
at GetAddrInfoReqWrap.asyncCallback [as callback] (dns.js:65:16)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:84:10)
Also, I have
npm 3.10.3
node 6.3.1
in a ubuntu machine.
Metadata
Metadata
Assignees
Labels
No labels