Update the NPM version that pnpm uses #9455
Answered
by
zkochan
MisterIsaak
asked this question in
Q&A
-
Due to an NPM bug, I'd like to update NPM but stay on Node LTS. Can I do that in PNPM and if so, are there special steps? I'm on Windows so updating NPM requires a workaround anyway, is there an official way to do this through PNPM? I tried searching the docs and Google, but didn't find anything. I should mention I'm using PNPM to manage node env via the awesome: |
Beta Was this translation helpful? Give feedback.
Answered by
zkochan
Apr 23, 2025
Replies: 1 comment 1 reply
-
You should be able to update npm using npm:
This should also probably work:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MisterIsaak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to update npm using npm:
This should also probably work: