Skip to content
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

bullmq can't install in Node 16.x #808

Closed
sharper opened this issue Oct 12, 2021 · 3 comments · Fixed by #812
Closed

bullmq can't install in Node 16.x #808

sharper opened this issue Oct 12, 2021 · 3 comments · Fixed by #812
Labels

Comments

@sharper
Copy link

sharper commented Oct 12, 2021

msgpack@1.0.3 module can't complie in Node 16.x

@Niek
Copy link
Contributor

Niek commented Oct 12, 2021

Same issue here, it's because of the new msgpack dependency introduced here: b1a9e64 and released as 1.50.0.

@manast is it really necessary to depend on msgpack? Last release was 2+ years ago, the repo is dead since then. See for example also: msgpack/msgpack-node#54. Maybe switch the dependency to https://github.com/kriszyp/msgpackr or https://github.com/mprot/msgpack-js, which are pure JS implementations instead of requiring C bindings?

@mrs-eload
Copy link

We ran into the same issue today, it breaks our build since.
We use Node 14.x

@github-actions
Copy link

🎉 This issue has been resolved in version 1.50.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants