InterviewSolution
| 1. |
What Is Node Package Manager(npm)? |
|
Answer» npm is the package MANAGER for NODE. The npm Registry is a public collection of packages of open-source code for Node.js, front-end WEB APPS, mobile apps, robots, routers, and countless other needs of the JavaScript community. npm allows us to access all these packages and install them locally. You can browse through the list of packages available on npm at npmJS. npm is the package manager for node. The npm Registry is a public collection of packages of open-source code for Node.js, front-end web apps, mobile apps, robots, routers, and countless other needs of the JavaScript community. npm allows us to access all these packages and install them locally. You can browse through the list of packages available on npm at npmJS. |
|