snippetbashTip
Get-NodeVersions — List installed and available Node.js versions for `ps-nvm`. Part of `ps-nvm` and can only be run und
Viewed 0 times
commandnodeandget-nodeversionsclilistavailableinstalled
Problem
How to use the
Get-NodeVersions command: List installed and available Node.js versions for ps-nvm. Part of ps-nvm and can only be run under PowerShell. More information: <https://github.com/aaronpowell/ps-nvm>.Solution
Get-NodeVersions — List installed and available Node.js versions for ps-nvm. Part of ps-nvm and can only be run under PowerShell. More information: <https://github.com/aaronpowell/ps-nvm>.List all installed Node.js versions:
Get-NodeVersionsList all available Node.js versions:
Get-NodeVersions -RemoteList all available Node.js 20.x versions:
Get-NodeVersions -Remote -Filter ">=20.0.0 <21.0.0"Code Snippets
List all installed Node.js versions
Get-NodeVersionsList all available Node.js versions
Get-NodeVersions -RemoteList all available Node.js 20.x versions
Get-NodeVersions -Remote -Filter ">=20.0.0 <21.0.0"Context
tldr-pages: common/Get-NodeVersions
Revisions (0)
No revisions yet.