Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Julian Lam
2022-10-03 14:51:55 -04:00
5 changed files with 11 additions and 14 deletions

View File

@@ -41,6 +41,7 @@ try {
checkVersion('commander');
checkVersion('chalk');
checkVersion('lodash');
checkVersion('lru-cache');
} catch (e) {
if (['ENOENT', 'DEP_WRONG_VERSION', 'MODULE_NOT_FOUND'].includes(e.code)) {
console.warn('Dependencies outdated or not yet installed.');