Fix node is not recognized as an internal or external command Error

Node.JS images, logo

Errors, Every Programmers Nightmare!, Maybe not, Solving a simple error can take so many sleepless nights, But All thanks Development in Modern Technology and Rapid growth of Google Search Engine and Ever growing Community of developers worldwide, now you can search your error in google and it’s already been solved by other fellow developers, Today we … Read more

How to automatically build the package.json file for NodeJS Projects

NODEJS NPM Console

Every Node.JS Project requires package.json file as it contains everything related to project to run, deploy and manage the NodeJS application on cloud or server as it contains Node Module dependencies, node engine required and other important information related to Specific Project. So in This NodeJS How-To Guide, we will discuss How to automatically build the … Read more

How To Exit from NodeJS Console From Script and Command

nodejs console

In this article of Nodejs Development Tutorials series, we are going to learn How to exit from Node command line on MAC, Windows, and Linux and How To Exit from Nodejs Script. So let’s start: How to exit from Nodejs command line on MAC, Windows, and Linux using CTRL+C Let’s consider the situation where Nodejs is connected to the … Read more

How-To find the version of an installed NodeJS or NPM Package

NodejS NPM HD Pics

Hello Developers, Sometimes you need to know the version of installed Node.js or NPM Package to know its compatibility issues with other NPM Packages and Restful APIs, So Continuing our NodeJS Development Tutorials series, In this Guide, we are going to learn How to find the version of an installed NPM package or How to check version of … Read more

Introduction MEAN Stack Development [For Developers & Beginners]

How MEAN Stack Works

Mean Stack   Javscript – As They say “One language to Rule Them All”   MEAN stack is a collection of JavaScript-based technologies that includes MongoDB, ExpressJS, AngularJS, and NodeJS. Following image clearly, explains that how these technologies work together to develop an application or the web app. AngularJS or Angular.io (Powered by Google) being … Read more

How to Update Node.JS to Latest Version (Linux, Ubuntu, OSX, Windows, Others)

Node.JS images, logo

Node.js is very popular nowadays because of it’s feature like: JavaScript runtime built on Chrome’s V8 JavaScript engine Node.js uses an event-driven, non-blocking I/O model Which makes it lightweight and efficient Node.js’ package ecosystem, npm, is the largest ecosystem of open source libraries in the world. Because of these features, Node.Js because very popular in … Read more