LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

nvm

node Version Manager

TLDR

Install Node.js version
$ nvm install [version]
copy
Install latest LTS
$ nvm install --lts
copy
Use specific version
$ nvm use [version]
copy
List installed versions
$ nvm ls
copy
List available versions
$ nvm ls-remote
copy
Set default version
$ nvm alias default [version]
copy

SYNOPSIS

nvm [command] [options]

DESCRIPTION

nvm is Node Version Manager. Manages multiple Node.js installations.The tool enables version switching per project. Shell-based version management.

PARAMETERS

install VERSION

Install Node.js version.
use VERSION
Switch to version.
ls
List installed versions.
ls-remote
List available versions.
alias NAME VERSION
Create version alias.
uninstall VERSION
Remove version.
--help
Display help information.

INSTALL

sudo pacman -S nvm
copy
brew install nvm
copy

CAVEATS

Shell function not executable. Source in profile. Per-shell activation required.

HISTORY

nvm was created to allow easy switching between Node.js versions for development.

SEE ALSO

node(1), npm(1), fnm(1), n(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid