

To verify the Node.js was Properly installed, open CMD and type node -v, the command prompt will print the version Installed.Ĭreate a. Check the box Automatically install the necessary tools if needed and click Next.Īfter Node.js is successfully installed, click Finish. On Custom Setup, select the required features and click Next. Select the Destination Folder and click Next. Welcome to the Node.js Setup Wizard, click Next.Ĭheck the box I Accept the terms in the license Agreement and click Next. Run the Node.js installer from the downloaded folder.

msi Installer from the official website ( ). This tutorial will guide you on how to install Node.js on Windows server.ĭownload the Node.js. It can be used to develop intensive and dynamic web applications such as video streaming sites and single-page applications. Then paste this code const http = require('http') Ĭonst server = is a free, open-source and cross-platform Javascript run-time environment to execute server-side Javascript code. Open your notepad, The normal notepad text editor on windows. You can then try some general scrip like printing ‘Hello World’ by using console.log("Hello World") code then press Enter Create a simple Web Server Follow the installation prompt like accepting license agreement. The download starts immediately upon clicking on the link.įind the location of the file downloaded and double-click on it to open the setup wizard.


Click on version 16 LTS to download the setup Install Node.js 16 on Windows 10 / Windows 11
