How to install NodeJS application on Windows Server?
Announcement
Collapse
No announcement yet.
NodeJS Installation
Collapse
Unconfigured Ad Widget
Collapse
X
-
Hello,
Please refer to the following URL to install the NodeJS in your windows server.
https://manage.accuwebhosting.com/kn...er.html#nodejs
Regards,
-
-
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