We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1e0b97 + bd2500b commit c1dd860Copy full SHA for c1dd860
1 file changed
bin/clever
@@ -19,7 +19,7 @@ function checkCmd ( cmd ) {
19
var checks = [
20
{ cmd: 'npm', name: 'NPM', install: '. Please install Node.JS before proceeding.' },
21
{ cmd: 'bower', name: 'Bower', install: ' please type: npm install -g bower' },
22
- { cmd: 'grunt', name: 'Grunt-CLI', install: ' please type: npm install -g grunt' }
+ { cmd: 'grunt', name: 'Grunt-CLI', install: ' please type: npm install -g grunt-cli' }
23
];
24
25
checks.forEach( function ( check ) {
0 commit comments