---
title: "Download, Install and Setup environment for nodejs in Windows OS 64 bit"  
description: "NodeJs is the advanced JavaScript. The aim of the article is to get you started with developing applications with NodeJs In this article, I’m explaini"  
author: "Anonymous User"  
published: 2014-01-25  
updated: 2014-09-18  
canonical: https://www.mindstick.com/blog/640/download-install-and-setup-environment-for-nodejs-in-windows-os-64-bit  
category: "single page app"  
tags: ["single page app"]  
reading_time: 2 minutes  

---

# Download, Install and Setup environment for nodejs in Windows OS 64 bit

NodeJs is the [advanced](https://www.mindstick.com/articles/12993/5-advanced-features-for-your-odoo-ecommerce-theme) JavaScript. The aim of the [article](https://www.mindstick.com/articles/95867/are-you-looking-for-500-credit-score-mortgage-lenders-houston-continue-reading-this-article) is to get you started with developing [applications](https://www.mindstick.com/articles/12847/how-to-choose-the-right-ethernet-cable-for-industrial-applications) with NodeJs . In this article, I’m explaining how to [download](https://www.mindstick.com/articles/188403/website-to-download-photos-from-instagram), [install](https://www.mindstick.com/articles/12876/the-top-5-reasons-to-buy-and-install-a-tonneau-cover), setup [environment](https://yourviews.mindstick.com/view/308/need-to-create-a-supportive-work-environment-for-women) for nodejs in [Windows](https://www.mindstick.com/articles/311752/how-to-install-and-use-the-google-wifi-software-on-a-windows-or-mac-computer) OS 64 bit create and run a simple programe in nodejs.

##### Step 1:

Download **Windows Installer (.msi)** 64-bit

From the below link:

http://nodejs.org/download/

##### Step 2:

Install your downloaded [software](https://www.mindstick.com/articles/311636/best-freelancing-websites-to-get-software-development-services) (node-v0.10.24-x64.msi)

1.

\
![Download, Install and Setup environment for nodejs in Windows OS 64 bit](https://www.mindstick.com/blogs/36d0a1f7-b4c2-4db2-990d-5707f4298829/images/8b2ce5f9-35ba-41ed-9a9a-80e8f688902b.png)

\

2.

\
![Download, Install and Setup environment for nodejs in Windows OS 64 bit](https://www.mindstick.com/blogs/36d0a1f7-b4c2-4db2-990d-5707f4298829/images/95c62cba-8bfc-4b76-8fcd-580cb9d7249a.png)

\

3.

\
![Download, Install and Setup environment for nodejs in Windows OS 64 bit](https://www.mindstick.com/blogs/36d0a1f7-b4c2-4db2-990d-5707f4298829/images/7ea47516-f552-46e5-902f-53e0c979f128.png)

\

4.

\
![Download, Install and Setup environment for nodejs in Windows OS 64 bit](https://www.mindstick.com/blogs/36d0a1f7-b4c2-4db2-990d-5707f4298829/images/abcb044d-911b-4089-8937-0c00905b6b48.png)

\

5.

\
![Download, Install and Setup environment for nodejs in Windows OS 64 bit](https://www.mindstick.com/blogs/36d0a1f7-b4c2-4db2-990d-5707f4298829/images/af74747d-e8d4-4dc4-a3dd-dcb9ce4fb2b9.png)

\

6.

\
![Download, Install and Setup environment for nodejs in Windows OS 64 bit](https://www.mindstick.com/blogs/36d0a1f7-b4c2-4db2-990d-5707f4298829/images/205421a3-a2e2-4686-8b5e-f62f5c2e026c.png)

\

7.

\
![Download, Install and Setup environment for nodejs in Windows OS 64 bit](https://www.mindstick.com/blogs/36d0a1f7-b4c2-4db2-990d-5707f4298829/images/43a4eee3-04b7-4ec3-a11d-885db4b7cf6b.png)

##### Step 3:

1. After complete installation open a new file and create a program for print “Hello World!” and save file with “.js” extension.

2. Write the below code in the Hello.js

console.log(‘Hello World’);

3. Open command prompt and go to your file location.

4. Write code for run your program.

node file_name.js

\
![Download, Install and Setup environment for nodejs in Windows OS 64 bit](https://www.mindstick.com/blogs/36d0a1f7-b4c2-4db2-990d-5707f4298829/images/2fd21dc2-740b-4d38-82a6-70c62f94f7d1.png)

in my next post i'll [explain](https://www.mindstick.com/forum/157854/what-is-system-debugging-explain-some-system-debugging-tools-used-in-modern-computer-systems) about [Encrypt and Decrypt Data with C#](https://www.mindstick.com/blog/687/Encrypt%20and%20Decrypt%20Data%20with%20C#.VPVOofmUdz9)

---

Original Source: https://www.mindstick.com/blog/640/download-install-and-setup-environment-for-nodejs-in-windows-os-64-bit

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
