1.

Why we used NPM in Node js?

Answer»

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.


Discussion

No Comment Found