LinuxCommandLibrary

get-nodeversions

List installed and available Node.js versions for `ps-nvm`.

TLDR

List all installed Node.js versions

$ Get-NodeVersions
copy


List all available Node.js versions
$ Get-NodeVersions -Remote
copy


List all available Node.js 20.x versions
$ Get-NodeVersions -Remote -Filter ">=20.0.0 <21.0.0"
copy

Copied to clipboard