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

Update npm distributed with node 16 to >=8.3.0 #41617

Closed
everett1992 opened this issue Jan 20, 2022 · 2 comments
Closed

Update npm distributed with node 16 to >=8.3.0 #41617

everett1992 opened this issue Jan 20, 2022 · 2 comments
Labels
feature request Issues that request new features to be added to Node.js. npm Issues and PRs related to the npm client dependency or the npm registry.

Comments

@everett1992
Copy link
Contributor

everett1992 commented Jan 20, 2022

What is the problem this feature will solve?

npm <8.3.0 includes a bug in it's http client that causes errors when installing from some private registries npm/cli#3884. The bugfix is included in 8.3.0 but node 16 bundles npm 8.1.2.

I haven't found the policy or schedule for updating npm but I hope it's possible to update node 16 to latest npm. My workplace only uses LTS releases so our options are node 14 with deprecated npm 6 or node 16 with bugged npm that doesn't work with our private registry.

What is the feature you are proposing to solve the problem?

Update npm bundled with node 16.

What alternatives have you considered?

Don't use npm bundled with node.

@everett1992 everett1992 added the feature request Issues that request new features to be added to Node.js. label Jan 20, 2022
@richardlau
Copy link
Member

We would expect the next Node.js 16 release (cc @danielleadams ) to include #41503.

@Mesteery Mesteery added the npm Issues and PRs related to the npm client dependency or the npm registry. label Jan 20, 2022
@everett1992
Copy link
Contributor Author

👍 I cut this issue because I couldn't find the documentation on when npm is updated, and I saw there were node release after 8.3.0 was released that didn't update npm. I see that they were security released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js. npm Issues and PRs related to the npm client dependency or the npm registry.
Projects
None yet
Development

No branches or pull requests

3 participants