Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To install Node.js, perform the following steps:

  1. Download Node.js from the following link: https://nodejs.org/en/. The Node.js page appears.

...


  1. Note

    At the time of writing this

...

  1. procedure, the mature and dependable version of Node.js for Windows 7 Professional was 6.0.0. The instructions in this section are provided for the steps in the Node.js v6.0.0 installation wizard. The screens in the installation wizard are dependent on the version you have downloaded. If you have downloaded a different version, you might have lesser or more steps in the wizard. The instructions here are just a guideline to install the prerequisites.


    Image Modified

  2. Click to download Node.js. The Node.js package file (.msi) is saved to the Downloads folder.

  3. Double-click the Node.js package file. The Node.js installation wizard appears.

    Image Modified

  4. Click Next. The License Agreement window appears.

    Image Modified

  5. Select the I accept the terms in the License Agreement checkbox and click Next. The Destination Folder window appears.

    Image Modified

  6. Click Next. The Custom Setup window appears.

    Image Modified
  7. Click Next. The Ready to Install Node.js window appears.

    Image Modified

  8. Click Install. The wizard installs Node.js.
  9. Click Close.


To check the version of Node.js installed, perform the following steps:

  1. Open the command prompt and enter the following command:

    Code Block
    languagebash
    node –-version


    The installed version of Node.js displays.

    Image Modified

  2. Continue with the Install Cordova sectionon Windows.