In Windows what can look for port 8080 and try to kill the process it is using through a .BAT file?
bat add the following code: call taskkillapp. bat [filenamehere] . And to taskkill.
Open command prompt and run the following commands
C:\Users\username>netstat -o -n -a | findstr 0.0:3000 TCP 0.0.0.0:3000 0.0.0.0:0 LISTENING 3116 C:\Users\username>taskkill /F /PID 3116
, here 3116 is the process ID
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With