for windows, in cmd,(run as administrator) do, netstat -ano | findstr :3001 , then look for output which specify your port number in the 2nd column next to TCP,that your PID if its 1234 use , taskkill /PID 1234 /F replace 1234 with your PID