Fix issue where outdated packages are never updated

This commit is contained in:
Peter Jaszkowiak
2018-01-14 21:23:24 -07:00
parent d5073a9a4f
commit 0929fd2a11

View File

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