Google News
logo
Backbone - Quiz(MCQ)
Which of the following options is the correct syntax of command that is used for installing the Grunt command-line interface globally?
A)
npm install grunt -g -cli
B)
npm install grunt-cli —g
C)
npm install -g grunt-cli
D)
npm install -g —cli-grunt

Correct Answer :   npm install -g grunt-cli

Advertisement