get rid of npm install

This commit is contained in:
Iuri Matias 2017-07-02 00:30:09 -04:00
parent ec9293af60
commit ec6fc4d967

View File

@ -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);