Posts

Showing posts from July, 2019

How to Download & Install Node.js - NPM on Windows

Image
To start building your Node.js applications, the first step is the installation of the node.js framework. The Node.js framework is available for a variety of operating systems right from Windows to Ubuntu and OS X. Once the Node.js framework is installed you can start building your first Node.js applications. Node.js also has the ability to embedded external functionality or extended functionality by making use of custom modules. These modules have to be installed separately. An example of a module is the MongoDB module which allows you to work with MongoDB databases from your Node.js application. In this tutorial, you will learn- How to install Node.js on Windows Installing NPM (Node Package Manager) on Windows Running your first Hello world application in Node.js How to install Node.js on Windows The first steps in using Node.js is the installation of the Node.js libraries on the client system. To perform the installation of Node.js, perform the belo