mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
get rid of npm install
This commit is contained in:
parent
ec9293af60
commit
ec6fc4d967
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user