What is npm? What is the main functionality of npm?
npm stands for Node Package Manager. Following are the two main functionalities of npm: Online repositories for node.js packages/modules which are searchable on search.nodejs.org Command line utility to install packages, do version management and dependency management of Node.js packages. For a Node.js interview, the correct answer to the question “What is npm? What is the … Read more