gpt4 book ai didi

node.js - PM2 使用错误的 node.js 版本

转载 作者:行者123 更新时间:2023-12-03 12:10:50 29 4
gpt4 key购买 nike

我安装了 Node 版本 v6.11.1,但在某些包中出错,所以我用 nvm 安装了 v10.15.3 并将其设置为默认值。

#If I run my app directly using node, it uses correct node version v10.15.3 and works
node server.js

#If I run using pm2 it uses old node version v6.11.1 and causes error.
pm2 start server.js

我尝试通过 --interpreter 之类的
pm2 start server.js --interpreter=~/.nvm/versions/node/v10.15.3/bin/node
#but even this uses v6.11.1

我通过在我的应用程序中打印 process.version 来验证 Node 版本。

最佳答案

对于后来的谷歌员工:

pm2 update
在类似的情况下确实帮助了我。
在这里找到:
https://github.com/keymetrics/pm2-plus-tech-questions/issues/88

关于node.js - PM2 使用错误的 node.js 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55712750/

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