J
J
jeruthadam2017-09-03 16:50:43
Node.js
jeruthadam, 2017-09-03 16:50:43

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

1 answer(s)
A
Andrey Zubkov, 2017-09-03
@jeruthadam

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 question

Ask a Question

731 491 924 answers to any question