Posts

Node.js and NPM Setup Tutorial

Image
Node.js Setup Tutorial In this tutorial I am going to explain about how to install Node.js in your Windows machine. Now programming world is evolving into 2 parts. One is Frontend Developement and another is Backend Development.  Frontend Development is became successful because node.js. What is Node.js? Node.js is a server-side platform built on Google Chrome's JavaScript Engine (V8 Engine). Node.js was developed by Ryan Dahl in 2009 and its  Latest LTS Version:  12.18.0 Node.js is an open source, cross-platform runtime environment for developing server-side and networking applications. Node.js applications are written in JavaScript, and can be run within the Node.js runtime on OS X, Microsoft Windows, and Linux . What is NPM? NPM , short for Node Package Manager. NPM is a package manager(like box full of candies) which contains a library of thousands of packages developed using Node.js to develop applications.  Latest npm is 6.14.4 NPM will be get installed while i...