Answer the question
In order to leave comments, you need to log in
How to kill a node process that ended incorrectly?
I went through 10 different options. I list some:
1. ps -A, then kill #processes one by one (there were several nodes)
2. killall node
3. pkill node
4. pkill -f node
Nothing changes. Still on application startupError: listen EADDRINUSE :::3090
Answer the question
In order to leave comments, you need to log in
Run the command fuser -k 3090/tcp this will kill the application that is using your port.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question