> For the complete documentation index, see [llms.txt](https://docs-servers.zesty.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-servers.zesty.group/software/how-to-install-nodejs-windows-server.md).

# How to install NodeJS

## Video Guide / How-To Video

{% embed url="<https://youtu.be/8yGo6EcYhCs>" %}

## 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**."

![](/files/tX8q2qreRYrDI6539bW7)

Smart Screen/Security Warning - Run the installer as it is safe to install.

![](/files/QCyrpLZc7dIv8RkdjLKd)

## Install NodeJS

![](/files/UQyofOG67acuuGv3onDo) ![](/files/gEj2XO3Q3oKcQBE4iumG)

Install NPM package manager (Recommended)\
Click on **npm package manager** and then click on "Will be installed on local hard drive."

![](/files/HjIWX65ibrFQ3tVj2Gk4)

## 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.

![](/files/KSn0zy2QAjNLeJCkBU6P)
