snippetbashTip
ps-nvm — PowerShell-based utility to manage multiple Node.js versions, inspired by `nvm`. This tool provides
Viewed 0 times
ps-nvmcommandmultipleclipowershellmanagebasedutility
Problem
How to use the
ps-nvm command: 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>.Solution
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-nodeinstalllocationView documentation for
Get-NodeVersions, a tool to list all available and currently-installed Node.js versions:tldr get-nodeversionsView documentation for
Install-NodeVersion, a tool to install Node.js runtime versions:tldr install-nodeversionView documentation for
Remove-NodeVersion, a tool to uninstall an existing Node.js version:tldr remove-nodeversionView documentation for
Set-NodeInstallLocation, a tool to set the Node.js install location:tldr set-nodeinstalllocationView documentation for
Set-NodeVersion, a tool to set the default version of Node.js:tldr set-nodeversionCode Snippets
View documentation for `Get-NodeInstallLocation`, a tool to get the current Node.js install location
tldr get-nodeinstalllocationView documentation for `Get-NodeVersions`, a tool to list all available and currently-installed Node.js versions
tldr get-nodeversionsView documentation for `Install-NodeVersion`, a tool to install Node.js runtime versions
tldr install-nodeversionView documentation for `Remove-NodeVersion`, a tool to uninstall an existing Node.js version
tldr remove-nodeversionView documentation for `Set-NodeInstallLocation`, a tool to set the Node.js install location
tldr set-nodeinstalllocationContext
tldr-pages: common/ps-nvm
Revisions (0)
No revisions yet.