Installers for each major OS are available on the Node.js website.
To install, switch and update Node.js versions
nvm
can be used on Linux/Mac. It
does not support Windows but
nvm-windows
,
nvs
and
ps-nvm
(for PowerShell) are
alternatives that do.
nve
can be used to run a single command with
one or several different Node.js versions.
nvexeca
can be used to do the same
programmatically.
To upgrade npm
on Windows, it is convenient to use
npm-windows-upgrade
.
Windows users must first run
npm install -g windows-build-tools
as an admin before being able to install
C/C++ addons.
Next (🤖 Core utilities)
Previous (🤖 Development environment)
Top