Node.js 环回需要节点群集模块,该模块与乘客不兼容

Node.js 环回需要节点群集模块,该模块与乘客不兼容,node.js,nginx,loopback,Node.js,Nginx,Loopback,我正在尝试部署我的环回服务。但我遇到了一个问题,我无法访问它 尝试访问时,我收到以下错误消息: Trace: You required the Node Cluster module, which is incompatible with Passenger, a non-functional shim was returned and your app may still work. However, please remove the related code as soon as poss

我正在尝试部署我的
环回服务
。但我遇到了一个问题,我无法访问它

尝试访问时,我收到以下错误消息:

Trace: You required the Node Cluster module, which is incompatible with Passenger, a non-functional shim was returned and your app may still work. However, please remove the related code as soon as possible.
现在我不是100%确定这就是我无法访问它的原因,但它没有抛出任何其他消息

我已经调查过这个问题,但还没有找到解决办法。似乎环回使用了一个名为
shirtId
的东西,这是一个使用集群功能的节点模块

删除此节点模块将导致我的应用程序无法启动


是否有其他人有此问题,并且可能知道修复方法?

目前没有解决方案。我想你得换主机了,请更正这个问题,它不是
shirtId
它是
shortId
loopback datasource juggler
使用它来生成类似uuid等的shortId。如果不使用该功能,您可以分叉
loopback datasource juggler
并删除使用
shortId
的相应代码。之后,您可以发布自己的npm模块并在项目中使用。遇到同样的问题,您是否找到了解决方案?