Skip to content

Latest commit

History

History
31 lines (24 loc) 路 1.2 KB

File metadata and controls

31 lines (24 loc) 路 1.2 KB

馃 Node setup

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