📜  错误:监听 EADDRINUSE:地址已在使用 :::31641 - 无论代码示例
📅  最后修改于: 2022-03-11 14:57:22.651000             🧑  作者: Mango
代码示例3
ps aux | grep node //gets all the nodes and list of PID
kill -9 {PID}