Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error message for if you already have another server running #2

Open
scien opened this issue Oct 24, 2013 · 0 comments
Open

Comments

@scien
Copy link
Contributor

scien commented Oct 24, 2013

events.js:71
throw arguments[1]; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:770:11)
at Server._listen2 (net.js:910:14)
at listen (net.js:937:10)
at Server.listen (net.js:986:5)
at Function.app.listen (/usr/local/lib/node_modules/lessthan3/node_modules/express/lib/application.js:534:24)
at runDevServer (/usr/local/lib/node_modules/lessthan3/bin/lt3.coffee:101:9)
at main (/usr/local/lib/node_modules/lessthan3/bin/lt3.coffee:146:16)
at Object. (/usr/local/lib/node_modules/lessthan3/bin/lt3.coffee:154:3)
at Object. (/usr/local/lib/node_modules/lessthan3/bin/lt3.coffee:156:4)
at Module._compile (module.js:449:26)
at Object.exports.run (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/coffee-script.js:83:25)
at compileScript (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:177:29)
at fs.stat.notSources.(anonymous function) (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:152:18)
at fs.readFile

@scien scien added this to the cli milestone May 23, 2014
scien pushed a commit that referenced this issue Sep 23, 2014
Pull in most recent Dobi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants