Skip to content

Instantly share code, notes, and snippets.

@atmccann
Created March 11, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atmccann/9490781 to your computer and use it in GitHub Desktop.
Save atmccann/9490781 to your computer and use it in GitHub Desktop.
what did i do ¯\_(ツ)_/¯.
events.js:72
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:904:11)
at Server._listen2 (net.js:1042:14)
at listen (net.js:1064:10)
at Server.listen (net.js:1138:5)
at Function.app.listen (/Users/atmccann/Desktop/march-madness/node_modules/express/lib/application.js:533:24)
at Gulp.gulp.task.stage (/Users/atmccann/Desktop/march-madness/gulpfile.js:135:9)
at module.exports (/Users/atmccann/Desktop/march-madness/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:31:7)
at Gulp.Orchestrator._runTask (/Users/atmccann/Desktop/march-madness/node_modules/gulp/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/Users/atmccann/Desktop/march-madness/node_modules/gulp/node_modules/orchestrator/index.js:214:10)
at Gulp.Orchestrator.start (/Users/atmccann/Desktop/march-madness/node_modules/gulp/node_modules/orchestrator/index.js:134:8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment