Skip to content

Commit ec6fc4d

Browse files
committed
get rid of npm install
1 parent ec9293a commit ec6fc4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/cmds/template_generator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ class TemplateGenerator {
1515
utils.cd(fspath);
1616
utils.sed('package.json', '%APP_NAME%', name);
1717

18-
console.log('Installing packages.. this can take a few seconds'.green);
19-
utils.runCmd('npm install');
2018
console.log('Init complete'.green);
2119
console.log('\nApp ready at '.green + fspath);
2220

0 commit comments

Comments
 (0)