-
Notifications
You must be signed in to change notification settings - Fork 30k
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 5.7.x in 8.x LTS #19271
Comments
I think that would mostly depend on a PR upgrading npm to 5.7.1 on /cc @nodejs/npm |
It's already |
Yes, it just needs someone to follow the guide and raise a Pull Request. However as you can see in #19298, there are a couple of issues in npm 5.7.1 that might make it unsuitable for Node 8 right now, so it might be better to wait till npm 5.8.0. |
For anyone reading this and wondering if the current 8.x LTS release includes "npm ci", the answer is no: https://github.com/nodejs/node/blob/v8.x/deps/npm/CHANGELOG.md The currently open PR for the next LTS release includes it: #21593 |
Update for anyone reading the comment above: |
Hello! Is there any plans to include npm 5.7.1 into one of node 8 releases?
npm ci
is really helpful, but upgrading npm on ci side before actual call decreases its benefits.The text was updated successfully, but these errors were encountered: