Answers for ""how to kill a port in window terminal ""

7

How to kill a port

npx kill-port 8080
Posted by: Guest on September-19-2020
3

kill a port

kill $(lsof -ti:3000)
Posted by: Guest on January-16-2020

Code answers related to ""how to kill a port in window terminal ""

Browse Popular Code Answers by Language