Post

Install Node.js

Installation guide for Node.js.

Install Node.js

Installation (without admin access)

  1. Download the Node.js binary (.zip) Download Node.js®
    node installer bin
  2. Unzip the contents to the location of your choice. In this example, we will use the C:\Apps folder.
  3. Once unzipped, a new folder will be located in the directory, e.g., node-v22.14.0-win-x64
  4. Open the utility to modify the environment variables for your account
  5. Add the path to this folder to the Path variable

    VariablePath
    PathC:\Apps\node-v22.14.0-win-x64

Installation (with admin access)

  1. Download the Node.js installer (.msi) Download Node.js®
    node installer msi
  2. Run the installer and follow the instructions until the installation is complete.

Verification

Open your terminal and enter these commands:

1
2
node -v
npm -v

Node.js and npm should return the installed version.
verification

This post is licensed under CC BY 4.0 by the author.