node.js always shows port in use code example
Example: Port 3000 is already in use, but when I try to kill nothing is found
netstat -ano | findstr :3000
taskkill /PID "123" /F
netstat -ano | findstr :3000
taskkill /PID "123" /F