you’re able to still easily get Node JS running on your Windows PC.

Open yourbrowser, then head over to theNode JS download page.

Select theWindows Installer, and begin your download.

Node JS download page

When the downloads complete, trigger the installer.

The install wizard will open and greet you.

Next, youll be asked to accept the Node JS license.

Node JS start installer on Windows

Read and accept the license and then selectNextto keep moving.

The next screen will ask you to choose an installation directory for Node JS.

When you’re done, selectNext.

Accept Node JS license on Windows

Youll then have an opportunity to change the Node JS setup and choose which components you install.

Unless you need something custom, leave this alone, then selectNext.

The installer will then ask if you want to plant the tools to build modules for Node JS.

Node JS choose install directory

grab the box forAutomatically set up the necessary tools, then selectNext.

With the setup complete, youll be presented with the option to begin the installation.

The installation will run.

Node JS confirm setup

It should only take a few seconds to run through.

When its done, youll see a success message letting you know that Node JS was installed.

SelectFinishto complete the install.

Node JS install native Windows modules

A command line window will now appear and ask you to load the additional modules.

Press any key to start.

A PowerShell window will launch to begin the installation.

Node JS begin install on Windows

Confirm anything that it asks.

This process will install several components and modules from multiple locations, so it may take some time.

Finally, the install will complete and the PowerShell window will close.

Node JS finish install on Windows

Youre officially ready to work with Node.

Open theStart menu, scroll and select theNode.jsfolder to expand the entry, then selectNode.js.

A Node console window will open.

Node JS installing additional modules on Windows 10

Here you’re able to test out Node.

you could bang out any JavaScript code in the console, and Node will run it.

Its simplest to test with:

Thats it!

Start Node JS Windows Start menu

Youre ready to start developing with Node JS on your Windows PC.

Node JS is powerful and it runs more quickly than other popular server-side scripting languages.

Node JS running on Windows 10