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 @ 2016-09-21 16:23  facial  阅读(152)  评论(0编辑  收藏  举报