How to stop Meteor?

前端 未结 14 1138
执念已碎
执念已碎 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:08

    When you are looking at the terminal with the unwanted meteor running just press Ctrl+C to turn off meteor.

    To run more applications side by side run on a different port with the --port option

提交回复
热议问题