port 8080 already in use windows code example
Example 1: port already in use windows 10
netstat -ano | findstr :3001
taskkill /PID <yourid> /F
Example 2: port 8080 already in use
netstat -ano | findstr 8080
Example 3: port 8080 already in use
taskkill /F /pid 1088