-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: address already in use :::3000 #1937
Comments
pr link : #1938 |
Solved by using npm install nodemon@2.0.14 which is the last version |
Hi, I have the exact same issue here but I'm using linux |
I am still experiencing this issue in nodemon in 2.0.15 |
I am still experiencing this issue in nodemon in 2.0.15 Error: listen EADDRINUSE: address already in use :::8425 nodemon@2.0.15: |
This was referenced Oct 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
output.txt
nodemon v2.0.13
:node
v14.17.6:Expected behaviour
output from terminal that the node process is restarting
Actual behaviour
Error: listen EADDRINUSE: address already in use :::3000
Steps to reproduce
nodemon -w src -e ts -x ts-node index.ts
The text was updated successfully, but these errors were encountered: