diff --git a/app/Utils/SystemHealth.php b/app/Utils/SystemHealth.php index eb1d830d2981..5a31ea9ab038 100644 --- a/app/Utils/SystemHealth.php +++ b/app/Utils/SystemHealth.php @@ -71,8 +71,8 @@ class SystemHealth 'env_writable' => self::checkEnvWritable(), //'mail' => self::testMailServer(), 'simple_db_check' => (bool) self::simpleDbCheck(), - //'npm_status' => self::checkNpm(), - //'node_status' => self::checkNode(), + 'npm_status' => self::checkNpm(), + 'node_status' => self::checkNode(), ]; }