The only answer on this question I saw - go start another copy on the different port. Switching from one Meteor workspace to another Okay, I see that I can run another one o
use sudo killall -9 node
command. it will kill all the rprocess.
It's so simple in my case, I always have two terminal tabs open, one for launching Meteor/stopping it and the other terminal for working the commands. So to stop it I just do the universal control+c
to stop the working process.