JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy
  • Contact Us

Node.js : Simple Steps To Install Node.js and NPM on Windows

June 4, 2015 by Krishna Srinivasan Leave a Comment

This tutorial is a step-by-step guide for walk you through on installing the Node.js and Node Package Manager (NPM) in your local windows system.

Download the Node.js binary file (.msi) from the Node.js download page. Click on the Windows installer and save the .msi file in your local windows system. Once download the file, it is very simple to install the Node.js and Node Package Manager (NPM) in your windows system similar to installing any other software in the windows OS. You have to just follow the navigation of windows installer until the installation is completed. I have tried this installation on my Windows 7 machine.

also read:

  • Express.js + Bootstrap : Web Application Development Tutorial
  • HOW TO : SignIn with Twitter using Node.js and Express.js
  • Book Reference : Web Development with Node and Express 

The below screenshots tells you the steps to complete the Node.js installation.

Open Node.js installation Wizard

Download Node.js

Install Node.js in Windows

Accept the Licence Agreement

Node.js Programming in Windows

Select the installation path for Node.js 

Node.js Installation Path on Windows

Node.js Package Manager in Windows

NPM Installation in Windows

Node.js and NPM Installation Completed

With the above screenshot, now your windows machine has Node.js and NPM installed and ready for the use. Now it is time for you to test the installation by using the command line. Type the below commands in the command prompt to know the status of installed version.

[code lang=”java”]

D:\>node -v
v0.10.28

D:\>npm -v
1.4.9

D:\>

[/code]

npm-nodejs

I hope this tutorial helped you to understand how to install Node.js and NPM on Windows. We have published several interesting tutorials on Node.js in our blog, please enjoy reading our tutorials. If you have any questions regarding how to install Node.js and NPM on Windows  , please write it in the comments section.

also read:

  • Express.js + Bootstrap : Web Application Development Tutorial
  • HOW TO : SignIn with Twitter using Node.js and Express.js

Filed Under: NodeJS Tagged With: NodeJS Tutorials

About Krishna Srinivasan

He is Founder and Chief Editor of JavaBeat. He has more than 8+ years of experience on developing Web applications. He writes about Spring, DOJO, JSF, Hibernate and many other emerging technologies in this blog.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Follow Us

  • Facebook
  • Pinterest

As a participant in the Amazon Services LLC Associates Program, this site may earn from qualifying purchases. We may also earn commissions on purchases from other retail websites.

JavaBeat

FEATURED TUTORIALS

Answered: Using Java to Convert Int to String

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved