Standard installation
All Node.js binaries, installers, and source files can be downloaded here.
You can download just the node.exe
runtime or use the Windows installer (.msi
), which will also install npm
, the recommended package manager for Node.js, and configure paths.
Installation by package manager
You can also install by package manager Chocolatey (Software Management Automation).
# choco install nodejs.install
More information about current version, you can find in the choco repository here.