-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Conflict with Passenger and Node Cluster module #565
Labels
Comments
@mer30boy PR? |
I am a novice and I do not have the ability to do this |
I wrote https://www.npmjs.com/package/hyperid a long time ago. |
robertsLando
added a commit
that referenced
this issue
Dec 7, 2020
@mer30boy PR submitted |
robertsLando
added a commit
that referenced
this issue
Dec 7, 2020
robertsLando
added a commit
that referenced
this issue
Dec 7, 2020
mqtt-packet ^6.6.0 → ^6.7.0 @types/node ^14.14.6 → ^14.14.10 @typescript-eslint/eslint-plugin ^4.6.0 → ^4.9.0 @typescript-eslint/parser ^4.6.0 → ^4.9.0 mqtt ^4.2.4 → ^4.2.6 release-it ^14.2.1 → ^14.2.2 standard ^16.0.1 → ^16.0.3 tap ^14.10.8 → ^14.11.0 typescript ^4.0.5 → ^4.1.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aedes uses shortid
But shortid 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 or replace the related package as soon as possible.
The text was updated successfully, but these errors were encountered: