InterviewSolution
Saved Bookmarks
| 1. |
What is npm and mention its components? |
|
Answer» npm is WORLD’s largest software repository. Globally, open source developers use npm to SHARE and borrow packages. Example, you NEED to install node and npm before getting necessary packages for ANGULAR development.Packages are needed to bring modularity to code development. npm consists of three distinct components:
Some of the uses of npm are:
|
|