Skip to content

Instantly share code, notes, and snippets.

@NickChristensen
Created April 14, 2015 15:51
Show Gist options
  • Save NickChristensen/bbf4af2709cd52b91ab2 to your computer and use it in GitHub Desktop.
Save NickChristensen/bbf4af2709cd52b91ab2 to your computer and use it in GitHub Desktop.
~/C/W/c/server (style-guide-master *) node app.js
collection: activities
events.js:85
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at exports._errnoException (util.js:746:11)
at Server._listen2 (net.js:1146:14)
at listen (net.js:1172:10)
at Server.listen (net.js:1257:5)
at runApp (/Users/louie/Code/Work/cxc/server/app.js:64:16)
at /Users/louie/Code/Work/cxc/server/app.js:31:13
at _fulfilled (/Users/louie/Code/Work/cxc/server/node_modules/q/q.js:794:54)
at self.promiseDispatch.done (/Users/louie/Code/Work/cxc/server/node_modules/q/q.js:823:30)
at Promise.promise.promiseDispatch (/Users/louie/Code/Work/cxc/server/node_modules/q/q.js:756:13)
at /Users/louie/Code/Work/cxc/server/node_modules/q/q.js:564:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment