How do I check if port 3000 is open? code example Example: stop npm running on port 3000 netstat -ano | findstr :3000 taskkill /F /PID PID_of_port