mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
nvm: add install-latest-npm example (#21956)
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user