gpt4 book ai didi

node.js - 我如何在 Mac 上退出 Meteor 开发服务器(相当于 CTRL-C)?

转载 作者:搜寻专家 更新时间:2023-10-31 23:28:53 26 4
gpt4 key购买 nike

我在 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.

我查看了 meteor --help 但没有运气。我还看到一篇帖子建议我进入 Activity Monitor 并关闭所有 Node 进程(这没有帮助),但必须有一种方法可以直接从终端执行此操作。

我卡住了,无法重新加载应用程序,因为我无法关闭上一个应用程序。谢谢。

最佳答案

使用这段代码杀死 meteor 进程:

kill `ps ax | grep '[m]eteor' | awk '{print $1}'`

关于node.js - 我如何在 Mac 上退出 Meteor 开发服务器(相当于 CTRL-C)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34757670/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com