How to stop Meteor?

前端 未结 14 1135
执念已碎
执念已碎 2020-12-07 14:45

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

相关标签:
14条回答
  • 2020-12-07 15:26

    use sudo killall -9 node command. it will kill all the rprocess.

    0 讨论(0)
  • 2020-12-07 15:28

    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.

    0 讨论(0)
提交回复
热议问题