简体   繁体   English

PM2集群模式找不到模块

[英]PM2 cluster mode Cannot find module

I used pm2 for run my nodejs application for production in cluster mode. 我使用pm2在群集模式下运行我的nodejs应用程序进行生产。

The problem is after I check the error logs I find these weird logs: 问题是在检查错误日志后,我发现了这些奇怪的日志:

Cannot find module 'winston'
Cannot find module '@turf/destination'
Cannot find module 'apollo-server-redis'
Cannot find module ...

They are just random package names and I have installed theme and they work fine but only SOMETIMES they act weird and cause problem in my web application. 它们只是随机的程序包名称,并且我已经安装了主题,它们可以正常工作,但仅在某些情况下,它们的行为怪异并在我的Web应用程序中引起问题。

Is this problem related to PM2 or my packages or my code? 这个问题与PM2或我的软件包或我的代码有关吗?

What should I do? 我该怎么办?

尝试sudo pm2 update -可能是您的node_modules文件夹也不在正确的文件夹中...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM