📜  取消 ng 服务器端口 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:21.859000             🧑  作者: Mango

代码示例1
Using your terminal, find the PID of port 4200
netstat -ano | findstr :4200

Kill task by the PID Number (Replace 15940)
taskkill /PID 15940 /F