Fix issue where outdated packages are never updated

v1.18.x
Peter Jaszkowiak 7 years ago
parent d5073a9a4f
commit 0929fd2a11

@ -50,6 +50,7 @@ try {
console.warn('Dependencies outdated or not yet installed.');
console.log('Installing them now...\n');
packageInstall.updatePackageFile();
packageInstall.installAll();
require('colors');

Loading…
Cancel
Save