Answers for "how to kill running port 8080"

2

kill port

npx kill-port 3000
Posted by: Guest on May-23-2021
0

kill a port

kill $(lsof -t -i:8080)
//kill port 8080
Posted by: Guest on March-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language