How to Install Node.js and NPM

How to Install Node.js and NPM

This article will briefly cover how to install Node.js and NPM for your computer. Note that NPM and Node.js are packaged together, so you only need to install one element.

1. Head to the Node.js website at https://nodejs.org/en/
2. By default, your OS should be selected. As such, you only need to hit the green download button for the latest LTS.



3. Once the file finishes downloading, double-click the downloaded file to start the installation process.
4. Follow through the installation prompts which will have you accept the license, choose an installation location, and select features to be installed. In most cases, the default selections should be fine.



5. After the install, we'll want to verify Node installed successfully. Start by opening any Command Prompt/Terminal on your computer.



6. Enter the following into the command prompt and hit enter:
  1. node -v
If Node.js is installed, the Command Prompt should reply back with the version you have installed!



    • Related Articles

    • How to Install Phaser to Your Project

      In this article, we'll cover how to download and install Phaser to your HTML5 projects. Downloading Phaser 1. Create a new folder to house your project. Then, inside that folder, create a folder titled "js" and an index.html file. You can also add ...
    • How to Install Unity

      This article will cover both how to install Unity for the first time, and how to install new versions of Unity for pre-existing installations. Before installation you may wish to review Unity's system requirements. First Time Installation Only - ...
    • How to Install Anaconda

      In this article, we'll briefly cover how to install Anaconda. 1. Head to the Anaconda website at https://www.anaconda.com/ 2. Your OS should be automatically selected, so hit the big green "Download" button. 3. Once the download finishes, double ...
    • How to Install Godot

      In this article, we'll cover how to install Godot - which is both free and open source. Before beginning, you may wish to review Godot's system requirements. 1. Head to the Godot website at https://godotengine.org/ 2. From the top menu, select the ...
    • How to Install Blender

      In this article, we'll discuss how to install Blender, the free, 3D modeling software. Before beginning, you may wish to review Blender's system requirements. Installing Blender 1. Go to the official site of Blender at https://www.blender.org/ 2. In ...