REM 查看占用3000端口的进程 netstat -ano | findstr :3000
REM 查看占用3001端口的进程 netstat -ano | findstr :3001
REM 根据上面的PID手动删除进程(将替换为实际的进程ID) taskkill /F /PID