Skip to content

Install NVM

How to install Node Version Manager on your macOS computer.

Prerequisites

No prerequisite needed.

Installation

scoop install main/nvm

Bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh

After installation, restart your terminal and run:

Text Only
1
2
3
```bash
nvm install --lts
```

Resources