如果我关闭浏览器选项卡,然后按Ctrl键+ž退出当前正在运行的进程的流星,我怎么重新开始流星重启以前的项目?如何重新启动流星
我得到以下错误:
$ ~/current/meteor/project meteor
meteor Can't listen on port 3000. Perhaps another Meteor is running?
Running two copies of Meteor in the same application directory will not work. If something else is using port 3000, you can specify an alternative port with --port .
但是要指定另一个端口不改变错误消息。
使用ctrl-c而不是ctrl-z。 –