react kill ports code example
Example 1: node js kill port
taskkill /f /im node.exe
Example 2: Port 3000 is already in use, but when I try to kill nothing is found
netstat -ano | findstr :3000
taskkill /PID "123" /F
taskkill /f /im node.exe
netstat -ano | findstr :3000
taskkill /PID "123" /F