NodeJS Installation

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • RuskinF
    replied
    Following steps will be helpful to install Node.Js on your windows server.
    1. Download the Node.Js with the latest features.
    2. Run the setup by clicking on the Install option.
    3. Finish the installation by clicking Next and accepting the certificate.

    Leave a comment:


  • WarnerK
    replied
    Go to http://nodejs.org/ and this will bring the download page for the Node.Js
    Download the Node.Js with the latest features
    Run the setup by clicking on the Install option
    Finish the installation by clicking Next and accepting the certificate
    We will check the node.js version by hitting the following command in the command prompt.
    Type node -v

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

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

    Leave a comment:


  • viky_deo
    replied
    Marc_AccuWebHosting Thanks for the help...........

    Leave a comment:


  • Marc_AccuWebHosting
    replied
    Hello,

    Please refer to the following URL to install the NodeJS in your windows server.



    Regards,

    Leave a comment:


  • viky_deo
    started a topic NodeJS Installation

    NodeJS Installation

    How to install NodeJS application on Windows Server?
Working...
X