Skip to content

Instantly share code, notes, and snippets.

@ConnorMcF
Created February 13, 2016 20:58
Show Gist options
  • Save ConnorMcF/c90bf4736cdfc9bb9c7a to your computer and use it in GitHub Desktop.
Save ConnorMcF/c90bf4736cdfc9bb9c7a to your computer and use it in GitHub Desktop.
cabox@box-codeanywhere:~/workspace$ node index.js
events.js:142
throw er; // Unhandled 'error' event
^
Error: listen EACCES 0.0.0.0:80
at Object.exports._errnoException (util.js:856:11)
at exports._exceptionWithHostPort (util.js:879:20)
at Server._listen2 (net.js:1225:19)
at listen (net.js:1274:10)
at Server.listen (net.js:1370:5)
at EventEmitter.listen (/home/cabox/workspace/node_modules/express/lib/application.js:617:24)
at Object.<anonymous> (/home/cabox/workspace/index.js:59:5)
at Module._compile (module.js:399:26)
at Object.Module._extensions..js (module.js:406:10)
at Module.load (module.js:345:32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment