Answers for "how to kill port with npm"

4

kill port npm

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

killing port using npm cli

netstat -ano | findstr :yourPortNumber
Posted by: Guest on October-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language