node-inspector:Failed to open socket on port 5858, waiting 1000 ms before retrying

输入:

ps ax | grep node

对应PID为xxxxx

强制杀死进程:

kill -s 9 xxxxx

或者直接:

killall node
原文地址:https://www.cnblogs.com/zmj97/p/6204241.html