pm2启动ssr失败的解决方法
程序员文章站
2022-04-09 12:32:03
pm2是一个带有负载均衡功能的 node 应用的进程管理器。对于node的管理,还是比较方便的。
m2启动ssr没有报错,但是errored
# pm2 sta...
pm2是一个带有负载均衡功能的 node 应用的进程管理器。对于node的管理,还是比较方便的。
m2启动ssr没有报错,但是errored
# pm2 status ┌──────────┬────┬─────────┬──────┬─────┬─────────┬─────────┬────────┬─────┬────────┬──────┬──────────┐ │ app name │ id │ version │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ user │ watching │ ├──────────┼────┼─────────┼──────┼─────┼─────────┼─────────┼────────┼─────┼────────┼──────┼──────────┤ │ hu* │ 0 │ 1.0.0 │ fork │ 0 │ errored │ 138 │ 0 │ 0% │ 0 b │ root │ disabled │ └──────────┴────┴─────────┴──────┴─────┴─────────┴─────────┴────────┴─────┴────────┴──────┴──────────┘
查看一下日志:
# pm2 logs /root/.pm2/logs/hu*-error.log last 15 lines: 0|hu* | at object.module._extensions..js (module.js:664:10) 0|hu* | at module.load (module.js:566:32) 0|hu* | at trymoduleload (module.js:506:12) 0|hu* | at function.module._load (module.js:498:3) 0|hu* | error: cannot find module '@koa/cors' 0|hu* | at function.module._resolvefilename (module.js:548:15) 0|hu* | at function.module._load (module.js:475:25) 0|hu* | at module.require (module.js:597:17)
发现有一个module没有找到,解决办法如下:
# cnpm install //代码根目录
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
上一篇: Photoshop 漂亮的心形泡泡
下一篇: 详解vue引入子组件方法
推荐阅读
-
SQL Server创建维护计划失败(SQL Server:14234 错误)的解决方法
-
linux系统重装导致免密码key登录失败的解决方法
-
Zend Studio 无法启动的问题解决方法
-
安装oracle11g INS-30131执行安装程序验证所需的初始设置失败的解决方法
-
wegame蓝屏怎么办?腾讯wegame启动游戏蓝屏的解决方法
-
MySQL插入emoji表情失败问题的解决方法
-
win2003 R2升级提示另一个应用程序要求重新启动的解决方法
-
MySQL数据库innodb启动失败无法重启的解决方法
-
mysql启动提示mysql.host 不存在,启动失败的解决方法
-
还原大备份mysql文件失败的解决方法分享