gpt4 book ai didi

node.js - 如何使用pm2启动node.js应用程序

转载 作者:太空宇宙 更新时间:2023-11-03 22:42:18 25 4
gpt4 key购买 nike

我已经使用以下命令安装了 pm2 模块:
npm install pm2@latest

然后我尝试使用 pm2 启动我的测试应用程序,如下所示:
$ pm2 启动 test.js

它抛出以下错误:
“pm2”未被识别为内部或外部命令

我需要为pm2设置环境变量吗?

最佳答案

您需要通过npm install --global pm2@latest全局安装PM2,如果您想使用本地版本,请尝试./node_modules/.bin/pm2 start test。 js.

关于node.js - 如何使用pm2启动node.js应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38761798/

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