1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ps-nvm.md
Sebastiaan Speck 6e3ed7fe62
ps-nvm: fix typo (#11436)
ps-nvm: typo
2023-11-10 09:26:00 +07:00

29 lines
1,006 B
Markdown

# ps-nvm
> PowerShell-based utility to manage multiple Node.js versions, inspired by `nvm`.
> This tool provides multiple commands that all can only be run through PowerShell.
> More information: <https://github.com/aaronpowell/ps-nvm>.
- View documentation for `Get-NodeInstallLocation`, a tool to get the current Node.js install location:
`tldr get-nodeinstalllocation`
- View documentation for `Get-NodeVersions`, a tool to list all available and currently-installed Node.js versions:
`tldr get-nodeversions`
- View documentation for `Install-NodeVersion`, a tool to install Node.js runtime versions:
`tldr install-nodeversion`
- View documentation for `Remove-NodeVersion`, a tool to uninstall an existing Node.js version:
`tldr remove-nodeversion`
- View documentation for `Set-NodeInstallLocation`, a tool to set the Node.js install location:
`tldr set-nodeinstalllocation`
- View documentation for `Set-NodeVersion`, a tool to set the default version of Node.js:
`tldr set-nodeversion`