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.
1 parent ec9293a commit ec6fc4dCopy full SHA for ec6fc4d
lib/cmds/template_generator.js
@@ -15,8 +15,6 @@ class TemplateGenerator {
15
utils.cd(fspath);
16
utils.sed('package.json', '%APP_NAME%', name);
17
18
- console.log('Installing packages.. this can take a few seconds'.green);
19
- utils.runCmd('npm install');
20
console.log('Init complete'.green);
21
console.log('\nApp ready at '.green + fspath);
22
0 commit comments