I am getting error(PFB) while starting the node-inspector using command node-inspector &
Node Inspector v0.6.2
info - socket.io started
warn - error raised: Error: listen EACCES
Cannot start the server at 0.0.0.0:8080. Error: listen EACCES.
I am getting error(PFB) while starting the node-inspector using command node-inspector &
Node Inspector v0.6.2
info - socket.io started
warn - error raised: Error: listen EACCES
Cannot start the server at 0.0.0.0:8080. Error: listen EACCES.
Share
Improve this question
edited Dec 19, 2013 at 10:17
Mad Dog Tannen
7,2445 gold badges34 silver badges55 bronze badges
asked Dec 19, 2013 at 10:16
pnkzpnkz
3364 silver badges20 bronze badges
1 Answer
Reset to default 18There is some other server running in port 8080. You can use rc style configuration to change the port on which it has to listen. Or you can simply do
node-inspector --web-port=9999 &