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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-servers.zesty.group/software/how-to-install-nodejs-windows-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
