Home »
MCQs »
Full Stack Development MCQs
Which command is used to install the node.js express module?
30. Which command is used to install the node.js express module?
- npm install express
- node install express
- install express
- None of the above
Answer: A) npm install express
Explanation:
"npm" is used to install and manage packages whereas "npm install express" is used to install the node.js express module.