nodejs端口被占用。

I had the same issue. I ran:

$ ps aux | grep node

to get the process id, then:

$ sudo kill -9 

followed by the process id to kill the process.

posted @   facial  阅读(153)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示