Skip to content

Instantly share code, notes, and snippets.

@jdob
Created September 7, 2017 17:34
Show Gist options
  • Save jdob/a59e34b6c7cd87fc1530ce62adfc7a3a to your computer and use it in GitHub Desktop.
Save jdob/a59e34b6c7cd87fc1530ce62adfc7a3a to your computer and use it in GitHub Desktop.
Logging Level: common
events.js:182
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE :::8080
at Object._errnoException (util.js:1041:11)
at _exceptionWithHostPort (util.js:1064:20)
at Server.setupListenHandle [as _listen2] (net.js:1322:14)
at listenInCluster (net.js:1370:12)
at Server.listen (net.js:1466:7)
at Object.<anonymous> (/Users/jdob/Code/openshift/projects/node-web/server.js:146:6)
at Module._compile (module.js:573:30)
at Object.Module._extensions..js (module.js:584:10)
at Module.load (module.js:507:32)
at tryModuleLoad (module.js:470:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment