npm-gui icon indicating copy to clipboard operation
npm-gui copied to clipboard

Unhandled 'error' event

Open clabough opened this issue 5 years ago • 2 comments

npm-gui v1.0.7

>npm-gui events.js:183 throw er; // Unhandled 'error' event ^

Error: listen EACCES 127.0.0.1:1337 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at Server.setupListenHandle [as _listen2] (net.js:1334:19) at listenInCluster (net.js:1392:12) at GetAddrInfoReqWrap.doListen [as callback] (net.js:1501:7) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10)

clabough avatar Mar 01 '19 17:03 clabough

Try changing port. It worked for me.

Wiesmak avatar Apr 27 '20 12:04 Wiesmak

Ι fixed the issue by manually killing the old node.exe process that was running C:\Users\Kostas\AppData\Roaming\npm\\node_modules\npm-gui\index.js from previous session.

darkred avatar May 08 '21 14:05 darkred