我在Meteor中有一个项目,我从Windows开始,但现在已经迁移到OS X.在Windows中,我总是能够通过使用CTRL-C在本地停止运行项目.这似乎没有在OS X的终端中做任何事情,它只是提出了一个新的命令行.
当我打字时meteor reset,我得到以下内容:
reset: Meteor is running.
This command does not work while Meteor is running your application. Exit the running Meteor development server.
Run Code Online (Sandbox Code Playgroud)
我看了看meteor --help但没有运气.我还看到一篇帖子建议我进入Activity Monitor并关闭任何节点进程(这没有帮助),但必须有一种方法直接从终端执行此操作.
我被卡住了,无法重新加载应用程序,因为我无法关闭前一个应用程序.谢谢.
Bry*_*yan 13
使用此代码来终止流星过程:
kill `ps ax | grep '[m]eteor' | awk '{print $1}'`
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2083 次 |
| 最近记录: |