Install node.js v4.4.7 and npm 2.15.8 on Windows

Trabla: Install node.js v4.4.7 and npm 2.15.8 on Windows

Install node.js v4.4.7 and npm 2.15.8 on Windows

Node.js is an open-source, cross-platform runtime environment for developing server-side Web applications. Although Node.js is not a JavaScript framework, many of its basic modules are written in JavaScript, and developers can write new modules in JavaScript. The runtime environment interprets JavaScript using Google's V8 JavaScript engine.

Node.js has an event-driven architecture capable of asynchronous I/O. These design choices aim to optimize throughput and scalability in Web applications with many input/output operations, as well as for real-time Web applications (e.g., real-time communication programs and browser games)

npm is the default package manager for the JavaScript runtime environment Node.js.

Solving:



Watch on YouTube

1.  Download Node.js v4.47 with  npm 2.15.8  installer from official site
https://nodejs.org/en/

Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 1


2. Double click :) to start Node.js v4.47 with  npm 2.15.8 installer

Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 2


3. "Welcome" screen of Node.js v4.47 with  npm 2.15.8 installer
- click "Next" button

Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 3


4. "End-User License Agreement" screen of Node.js v4.47 with  npm 2.15.8 installer

- enable checkbox "I accept the terms in license Agreement"
- click "Next" button

Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 4


5. "Destination Folder" screen of Node.js v4.47 with  npm 2.15.8 installer

- click "Next" button


Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 5


6. "Custom Setup" screen of Node.js v4.47 with  npm 2.15.8 installer

- click "Next" button

Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 6


7. "Ready to install Node.js" screen of Node.js v4.47 with  npm 2.15.8 installer

- click "Install" button

Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 7


8. "Installing Node.js" screen of Node.js v4.47 with  npm 2.15.8 installer

- waiting ... :)

Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 8


9. "Completed the Node.js Setup Wizard" screen of Node.js v4.47 with  npm 2.15.8 installer

- click "Finish" button

Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 9


10.  Post-installation check steps:

- run Windows Command Promt ( cmd )
- type npm --version and press "Enter" button
- type node --version and press "Enter" button

Install node.js v4.4.7 and npm 2.15.8 on Windows tutorial 10


Hooray!!! Node.js v4.47 with  npm 2.15.8 installed successfully !!!

No comments:

Post a Comment