kill meteor process
ps ax | grep node | grep meteor kill -9 --- kill -9 `ps ax | grep node | grep meteor | awk '{print $1}'`