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

Error: listen EADDRINUSE #1629

Closed
baryon opened this issue Nov 18, 2019 · 1 comment
Closed

Error: listen EADDRINUSE #1629

baryon opened this issue Nov 18, 2019 · 1 comment

Comments

@baryon
Copy link

baryon commented Nov 18, 2019

ref: #1316

nodemon -v: 1.19.4
node -v: v10.17.0
Operating system/terminal environment: MacOS 10.15.1(19B88)
Command you ran: nodemon app.js
Expected behaviour
Should restart the app when there are changes using the same http server (host & server)

Actual behaviour
Restarts the app but throwing an error saying the EADDRINUSE.

@remy
Copy link
Owner

remy commented Nov 20, 2019

See PR #1579 - suspect it will help, though also suspect there's something in your process that's leaving node running and nodemon can't shut it down. Will close, and release the PR - let me know if you continue to have this problem.

@remy remy closed this as completed Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants