How to install NodeJS
Guide on how to install NodeJS on a Windows Server
Video Guide / How-To Video
Download the NodeJS Installer
Download LTS Version (Recommended): https://nodejs.org/en/download/ Download Current Version: https://nodejs.org/en/download/current/
Run the Installer
Right Click on the newly downloaded file and click "Install."
Smart Screen/Security Warning - Run the installer as it is safe to install.
Install NodeJS
Install NPM package manager (Recommended) Click on npm package manager and then click on "Will be installed on local hard drive."
Verify Installation
After NodeJS and npm have installed, go into command prompt and type "node -v" and "npm -v" This will verify that you've installed NodeJS with NPM package manager.
Last updated