MCQ Single Best Answer Easy

QWhich of the following commands can be used to install package "lodash" with a specific major version and latest minor and patch versions?

ID: #19449 NPM - Package Manager 127 views
Question Info
#19449Q ID
EasyDifficulty
NPM - Package ManagerTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A npm install lodash@3.1.1 --save
  • B npm install lodash@3.1 --save
  • C npm install lodash --save
  • D npm install lodash@3 --save
Correct Answer: Option D

Explanation

npm install lodash@3 --save

Share This Question

Challenge a friend or share with your study group.