Error: listen EADDRINUSE: address already in use :::9000
sudo lsof -i :3000
//To find the process id (PID) associated with the port
lsof -i tcp:3000
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
node 44475 chen5 31u IPv4 0x8b1721168764e4bf 0t0 TCP *:strexec-s (LISTEN)
//Then to kill the process
kill -9 44475kill -9 {PID}step-1 Enter commond to see running ports & processes
ps -ef
step-2 To stop port and processes
sudo kill {PID}ps aux | grep node
kill -9 PIDC:\Windows\System32>taskkill /F /IM node.exe
SUCCESS: The process "node.exe" with PID 11008 has been terminated.
Also in C++:
- git get remote branch
- vim jump to beginning of line
- bash jump to
- remove all files inside directory linux
- how to open a window using linux terminal
- typescript css modules in react
- git undo stage
- install spotify ubuntu
- git set email and name for repo
- rename a running docker container
- composer 2 install in windows 10
- install elastic search ubuntu
- git remove repository local
- github extension for visual studio 2019 vs git scm
- vim move to specific line
- install ruby
- command wait bash
- teamcity set environment variable command line
- ubuntu server clean up disk space
- how to install laravel
- how to add text to promt in linux
- npm cache clean --force
- pod install specific version
- kubernetes windows install