From ec6fc4d96703f159154440996d736b3e6fc309d5 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 2 Jul 2017 00:30:09 -0400 Subject: [PATCH] get rid of npm install --- lib/cmds/template_generator.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cmds/template_generator.js b/lib/cmds/template_generator.js index 2b0fdea2..50e922c4 100644 --- a/lib/cmds/template_generator.js +++ b/lib/cmds/template_generator.js @@ -15,8 +15,6 @@ class TemplateGenerator { utils.cd(fspath); utils.sed('package.json', '%APP_NAME%', name); - console.log('Installing packages.. this can take a few seconds'.green); - utils.runCmd('npm install'); console.log('Init complete'.green); console.log('\nApp ready at '.green + fspath);