LinuxCommandLibrary

get-nodeversions

Node.js version discovery tool

TLDR

List available versions

$ get-nodeversions
copy
Show LTS versions
$ get-nodeversions --lts
copy
Filter by major version
$ get-nodeversions [18]
copy

SYNOPSIS

get-nodeversions [options] [version]

DESCRIPTION

get-nodeversions lists available Node.js versions for installation. It queries the Node.js release server to show available versions.
The tool helps identify which Node.js versions are available when using version managers like nvm or fnm. It can filter by LTS status or major version.
get-nodeversions simplifies finding the right Node.js version to install.

PARAMETERS

VERSION

Filter by major version number.
--lts
Show only LTS versions.
--all
Show all versions.
--help
Display help information.

CAVEATS

Requires network access. LTS designation changes over time.

HISTORY

get-nodeversions is a utility script commonly included with Node.js version managers, providing version discovery functionality.

SEE ALSO

nvm(1), fnm(1), node(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community