Q:

kill local host bash

npx kill-port 8080
1
netstat -ano | findstr :yourPortNumber
tskill typeyourPIDhere 
2
netstat -ano | findstr :yourPortNumber

taskkill /PID typeyourPIDhere /F
3

New to Communities?

Join the community