saleh

Results 3 comments of saleh

you have to kill port and then restart you can do this in command prompt or using same terminal first have to change directory to /c

netstat -ano | findstr :3000 this will give you PID 4 digit number at end

taskkill /PID "PID" /F "PID" will be from "netstat -ano | findstr :3000"