light9
8/31/2013 - 1:26 PM

check&kill node.js

check&kill node.js

ps ax | grep node | grep meteor 
netstat -lpn |grep :8090
pkill -9 -f nodejs
sudo kill -15 <PID>