Why we used NPM in Node js?
The NPM provides two main functionalities:
- It is the online repository for all of the Node.js packages.
- It is the command line utility for installing, version management and dependency management of the Node.js packages.