gpt4 book ai didi

node.js - PM2 启动 Meteor App 不工作

转载 作者:行者123 更新时间:2023-12-04 19:13:12 25 4
gpt4 key购买 nike

我在一个 Digital Ocean Linux Ubuntu 16.041 droplet 中有一个 Meteor 应用程序的实例。此外,我安装了 4.4.0 的 Node.js 版本

我在路径 ~/MyApplication/bundle 上创建了相应的包.事实上,我使用 config.json 文件自动执行其主体包含以下代码的执行:

config.json

我的 main.js 文件是从 Meteor 构建创建的 --directory ~/myDirectory/命令并包含以下代码:

process.argv.splice(2, 0, 'program.json');
process.chdir(require('path').join(__dirname, 'programs', 'server'));
require('./programs/server/boot.js');

话虽如此,我使用 pm2 通过带有 pm2 start config.json 的配置 JSON 文件运行我的应用程序。

它启动应用程序,但几毫秒后它出错。日志错误显示以下关于拼写错误的异常,但似乎 mainjs 文件创建得很好。有什么建议可以解决吗?

enter image description here

最佳答案

最后,我不得不将服务器中的 Node 版本从 4.4.0 更新到 8.9.1。完成这些更改后,我还必须使用 npm install 在 bundle/programs/server/中安装依赖项。

关于node.js - PM2 启动 Meteor App 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47403698/

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