NPM is node package manager for NodeJs, which is written fully in JavaScript. NPM runs on terminal or command line and manages dependencies if needed, when author include on the package.

To install package just run the below command in terminal or command line. Continue reading “Installing npm in NodeJs”