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: address already in use :::3000 #1937

Closed
immortalmind2016 opened this issue Oct 16, 2021 · 5 comments
Closed

Error: listen EADDRINUSE: address already in use :::3000 #1937

immortalmind2016 opened this issue Oct 16, 2021 · 5 comments

Comments

@immortalmind2016
Copy link
Contributor

immortalmind2016 commented Oct 16, 2021

output.txt

  • nodemon v2.0.13:
  • node v14.17.6:
  • Operating system/terminal environment: Window 10/CMD/bash/wt
  • Using Docker? What image: not docker
  • Command you ran: nodemon nodemon -w src -e ts -x ts-node ./src/index.ts

Expected behaviour

output from terminal that the node process is restarting

Actual behaviour

Error: listen EADDRINUSE: address already in use :::3000

Steps to reproduce

  • listen to the express server on port 3000
  • nodemon -w src -e ts -x ts-node index.ts

image

@immortalmind2016
Copy link
Contributor Author

pr link : #1938

@immortalmind2016
Copy link
Contributor Author

Solved by using npm install nodemon@2.0.14 which is the last version

@remy remy closed this as completed Oct 22, 2021
@cduris
Copy link

cduris commented Dec 17, 2021

Hi,

I have the exact same issue here but I'm using linux

@redcartel
Copy link

I am still experiencing this issue in nodemon in 2.0.15

@shuai4983958
Copy link

shuai4983958 commented Jun 20, 2022

I am still experiencing this issue in nodemon in 2.0.15

Error: listen EADDRINUSE: address already in use :::8425 nodemon@2.0.15:

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

5 participants