Skip to content

Install & Upgrade

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
- The script clones the nvm repository to ~/.nvm

Usage

  • List available versions: nvm ls-remote
  • Install a specific version of node: nvm install v18.15.0