This wikiHow teaches you how to download and test Node.Js on a Windows computer.

Part 1
Part 1 of 2:

Installing

  1. 1
    Open the Node.Js download site. Go to https://nodejs.org/en/ in your computer's web browser.
  2. 2
    Click the Current option. It's a green box on the right side of the page. Doing so prompts the Node.Js setup file to download onto your computer.
    Advertisement
  3. 3
    Double-click the setup file. You'll find it in your computer's default downloads folder.
  4. 4
    Click Next. It's at the bottom of the setup window.
  5. 5
    Check the "I accept" box. You'll find this below the terms of use.
  6. 6
    Click Next. It's at the bottom of the window.
  7. 7
    Specify an installation location. If you want to change the default installation location (which is C:\Program Files\nodejs), do the following:
    • Click Change... below the current installation path.
    • Click the "Look in" drop-down box.
    • Click Program Files.
    • Select the folder in which you want to install Node.Js.
    • Click OK.
  8. 8
    Click Next twice. It's at the bottom of the window.
  9. 9
    Click Install. You'll see this option at the bottom of the window. Node.Js will begin installing.
  10. 10
    Click Finish when prompted. At this point, Node.Js is installed. You can check its installation success by using Command Prompt.
  11. Advertisement
Part 2
Part 2 of 2:

Testing Your Installation

  1. 1
  2. 2
    Search for Command Prompt. Type in command prompt to do so.
  3. 3
  4. 4
    Enter the "version" command. Type in node -v and press Enter. You should be greeted by a message that says "v Number" where "Number" is the version number of the Node.Js program you downloaded.
  5. 5
    Install a package if necessary. If you want to try testing Node.Js' ability to install a package, type npm install -g http-server into Command Prompt and press Enter. You should see a progress bar appear in Command Prompt, and the "http-server" extension should be installed to your Node.Js installation folder.
  6. 6
    Troubleshoot a bad installation. If you can't get Node.Js to work on your computer, do the following to reset it:
    • Open the installation folder.
    • Find the "nodejs" folder and delete it.
    • Double-click the Node.Js installation file to restart the installation.
    • Use the default settings to install Node.Js.
    • If this process doesn't work, try using the LTS installation file instead of the Current installation file. You can find it on the Node.Js download site.
  7. Advertisement

Warnings

  • You may not be able to access Command Prompt on a shared or restricted computer. If you have trouble using Node.Js due to network restrictions, contact your system administrator to see if they'll allow you to install it.
    ⧼thumbs_response⧽


Advertisement

About This Article

Jack Lloyd
Written by:
wikiHow Technology Writer
This article was co-authored by wikiHow staff writer, Jack Lloyd. Jack Lloyd is a Technology Writer and Editor for wikiHow. He has over two years of experience writing and editing technology-related articles. He is technology enthusiast and an English teacher. This article has been viewed 78,761 times.
How helpful is this?
Co-authors: 5
Updated: October 19, 2018
Views: 78,761
Advertisement