Skip to main content

Node

Courses


Setup

Linux

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
  • Close and reopen the terminal
  • Check nvm version and install node
nvm --version
nvm help
nvm list
nvm node --lts
nvm install --lts
node -v
npm -v

Windows

  • nvm-windows GitHub

Overview