devtool icon indicating copy to clipboard operation
devtool copied to clipboard

Permission problem

Open steffansluis opened this issue 9 years ago • 0 comments

I want to run an express server on port 80. When I start the server with sudo node index.js, it starts fine. However, when I use sudo devtool index.js, I get an error: Uncaught Error: listen EACCES 0.0.0.0:80.

steffansluis avatar Mar 17 '16 20:03 steffansluis