Install Node.js in Windows 10: A Step Guide – Node.js Tutorial

By | October 11, 2020

In this tutorial, we will introduce how to install node.js in windows 10 for node.js beginners. You can learn how to install by following our steps.

Download node.js to install

You can download node.js here:

https://nodejs.org/en/

Then we will download 12.19.0 to install.

download and install Node.js

Install node.js in windows 10

After having downloaded node.js application, we can start to install it.

install node.js in windows

We should select Node.js runtime, npm package manager and Add to PATH to install.

Then click  Next.

After having installed node.js in windows 10, we can chekc it is installed successfully or not.

Open Powershell

Enter command one by one

node -v
npm -v

If node.js is installed successfully, you will see the result.

check node.js is installed successfully or not

Leave a Reply