How to Install Node.Js on Windows

Go to NodeJs homepage at (http://nodejs.org/)., Click the install button, it will save nodejs setup file to your hard disk. , Run the steps below to install NodeJs Run the setup file by double-clicking it., To check if NodeJs is installed properly...

7 Steps 1 min read Medium

Step-by-Step Guide

  1. Step 1: Go to NodeJs homepage at (http://nodejs.org/).

    There will be an install button for your windows platform.
  2. Step 2: Click the install button

    , It will prompt you with welcome screen Click Next button, licence screen will appear.

    You must agree to the license for continuing installation, so just tick the checkbox and click Next.

    Just accept the default setting by clicking Next button until Finish button appear.

    Click Finish, installation completed , You should see the nodejs version.

    See above image! , NPM is used to manage NodeJS package (install, uninstall, etc).

    To test if npm is working, lets install an npm package that is used as a web server ie http-server.Type "npm install
    -g http-server" and press Enter.

    If it is installed successfully, you will see something like above image.
  3. Step 3: it will save nodejs setup file to your hard disk.

  4. Step 4: Run the steps below to install NodeJs Run the setup file by double-clicking it.

  5. Step 5: To check if NodeJs is installed properly

  6. Step 6: run the command prompt console and type "node -v" then press Enter.

  7. Step 7: NodeJs installation also come with node package manager (npm).

Detailed Guide

There will be an install button for your windows platform.

, It will prompt you with welcome screen Click Next button, licence screen will appear.

You must agree to the license for continuing installation, so just tick the checkbox and click Next.

Just accept the default setting by clicking Next button until Finish button appear.

Click Finish, installation completed , You should see the nodejs version.

See above image! , NPM is used to manage NodeJS package (install, uninstall, etc).

To test if npm is working, lets install an npm package that is used as a web server ie http-server.Type "npm install
-g http-server" and press Enter.

If it is installed successfully, you will see something like above image.

About the Author

M

Mark Jenkins

Writer and educator with a focus on practical creative arts knowledge.

36 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: