-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
npm install fails with Node.js v13.0.1 #346
Comments
The latest 6.0 beta release includes support for Node 13 and future versions (due to the magic of the new ABI-stable API of Node.js). It would be great if you could try it out! The new version has a new API that addresses some fundamental issues with the previous API, but it does include a compatibility layer that should make upgrading easier. See #189 for the reasoning behind the new API. For pending support for Node 13 in the 5.x branch, see #348. If you run into any problems feel free to report it here or in a new issue. |
Thank you for the update.
|
Yes this is intentional. This mostly affects new users and new projects, given that existing projects are likely to have something like |
Thank you for the information, Rolf. If it's intentional, it's fine to me. I was just surprised to see Because it seems like v6 has breaking API changes and it would take some amount of time to test it in my environment. But I believe I can catch up the new API smoothly because we now have great documentations, also known as |
How to reproduce
Install
zeromq
bynpm install
with Node.jsv13.0.1
, which was released on2019-10-22
.I create a repository to show
npm install
fails withv13.0.1
though it works perfectly withv12.13.0
.https://github.com/yunabe/zeromq.js.bug346
What is expected
zeromq
is installed successfully.Actual
The installation fails with messages like:
The text was updated successfully, but these errors were encountered: