nvm: add install-latest-npm example (#21956)

This commit is contained in:
Daniel Fahl
2026-04-16 10:37:50 +02:00
committed by GitHub
parent c12d37b34e
commit 22a927fe8a
+4
View File
@@ -32,3 +32,7 @@
- Execute a script in a specific version of Node.js:
`nvm exec {{node_version}} node {{app.js}}`
- Upgrade to the latest working npm version on the current Node.js version:
`nvm install-latest-npm`