mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 23:06:07 +02:00
Fix issue where outdated packages are never updated
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user