InterviewSolution
Saved Bookmarks
| 1. |
What is the use of npm? |
|
Answer» NPM is a package manager for JavaScript. It is a command-line TOOL that installs, updates, publishes, and uninstalls JavaScript packages and modules REQUIRED for APPLICATIONS. USING npm, you can install a number of libraries that are extremely useful for developers, speeding up the process of developing applications. |
|