Home »
MCQs »
Full Stack Development MCQs
Which of the following is true in the context of npm?
31. Which of the following is true in the context of npm?
- npm is a node project manager and is used to manage node projects
- npm is a node package manager and is used to install and manage packages
- npm is a new project manager and is used to create new node projects
- npm is a new package manager and it used to install new packages
Answer: B) npm is a node package manager and is used to install and manage packages
Explanation:
"npm" stands for node package manager. It is used to install and manage packages.