mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-23 13:48:49 +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.cd(fspath);
|
||||||
utils.sed('package.json', '%APP_NAME%', name);
|
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('Init complete'.green);
|
||||||
console.log('\nApp ready at '.green + fspath);
|
console.log('\nApp ready at '.green + fspath);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user