Which command is used to install the node.js express module?

30. Which command is used to install the node.js express module?

  1. npm install express
  2. node install express
  3. install express
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.