Skip to content

Install NodeJS

How to install NodeJS on your computer.

Prerequisites

Installation without NVM

PowerShell
scoop install nodejs-lts
Bash
brew install node

Installation with NVM

Prerequisites

Steps

PowerShell
nvm install --lts
nvm use --lts
Bash
nvm install --lts
nvm use --lts

Resources