How to install NodeJS application on Windows Server?
NodeJS Installation
Collapse
Unconfigured Ad Widget
Collapse
X
-
-
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.
Comment
-
Comment