fix: add lru-cache to checked packages, to fix upgrade issue with lru-cache

isekai-main
Julian Lam 2 years ago
parent fdf240f651
commit 14515f6004

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

Loading…
Cancel
Save