Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

Following steps will be helpful to install Node.Js on your windows server.

  1. Go to http://nodejs.org/ and this will bring the download page for the Node.Js

    Nodejs-access-url-download

  2. Download the Node.Js with the latest features

  3. Run the setup by clicking on the Install option.

    Node-js-installation

  4. Finish the installation by clicking Next and accepting the certificate.

    Node-js-installation-finish

  5. We will check the node.js version by hitting the following command in the command prompt.

               Type node -v

  1. We will install an npm package to check npm is working fine.

                Type npm install -g http-server and hit Enter.

  1. If it is successfully installed, it will add the packages as per following screen capture.

    node-js-check-installation-npm-package

Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution