Install on Windows

To install and setup an environment for Node.js, you need the following two softwares available on your computer:

  1. Text Editor.
  2. Node.js Binary installable

Text Editor:

The text editor is used to type your program. For example: Notepad is used in Windows, vim or vi can be used on Windows as well as Linux or UNIX. The name and version of the text editor can be different from operating system to operating system.

The files created with text editor are called source files and contain program source code. The source files for Node.js programs are typically named with the extension ".js".

The Node.js Runtime:

The source code written in source file is simply JavaScript. It is interpreted and executed by the Node.js interpreter.

How to download Node.js:

You can download the latest version of Node.js installable archive file from https://nodejs.org/en/

Install Node.js 1

Here, you deploy the installation of node-v4.4.2 LTS recommended for most users.

Install Node.js 2 Install Node.js 3

Accept the terms of license agreement.

Install Node.js 4

Choose the location where you want to install.

Install Node.js 5

Ready to install:

Install Node.js 6 Install Node.js 7 Install Node.js 8 Install Node.js 9
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +