In this tutorial we will show you how to install the Node.js on Windows and Linux. This example shows you installation of Node.js version 0.8.16.
Node.js Installation on Windows
Below steps shows you how to install Node.js on Windows –
- Download Node.js
Download Node.js from the official Node.js website. Choose the appropriate version and click to download.
- Install from executable
Install the downloaded windows executable by double-clicking on it. and follow the below steps as shown in the screenshots.

- Verification of installation
To verify whether the installation of Nodejs was done properly, please open command prompt and type node --version
. You should see the appropriate version of Nodejs which you installed.
