How to install NodeJS
Guide on how to install NodeJS on a Windows Server
Last updated
Guide on how to install NodeJS on a Windows Server
Last updated
Download LTS Version (Recommended): https://nodejs.org/en/download/ Download Current Version: https://nodejs.org/en/download/current/
Right Click on the newly downloaded file and click "Install."
Smart Screen/Security Warning - Run the installer as it is safe to install.
Install NPM package manager (Recommended) Click on npm package manager and then click on "Will be installed on local hard drive."
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.