1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

nvm: add ls-remote example (#9315)

This commit is contained in:
dinaisrael 2022-10-25 13:36:45 +03:00 committed by GitHub
parent 71d4d67692
commit df975f05fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,10 @@
`nvm list`
- List all remote Node.js versions:
`nvm ls-remote`
- Uninstall a given Node.js version:
`nvm uninstall {{node_version}}`