Single Choice Easy

QWhich of the following commands can be used to install a package as a devDependency?

ID: #19443 NPM - Package Manager 107 views
Question Info
#19443Q ID
EasyDifficulty
NPM - Package ManagerTopic

Choose the Best Option

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

  • A npm install --save-dev
  • B no
  • C npm install --savedev
  • D npm install --save
Correct Answer

Explanation

npm install --save-dev

Share This Question

Challenge a friend or share with your study group.