bookmark_borderInstalling npm in NodeJs

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.

npm-logo
npm logo

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