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
if Meteor is running on :3000 port:
kill -9 $(lsof -i :3000 -t);