@whyour/qinglong 0.15.5 → 0.15.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -112,7 +112,7 @@ let SystemService = class SystemService {
|
|
|
112
112
|
}
|
|
113
113
|
let command = `cd && ${cmd}`;
|
|
114
114
|
const docs = await dependence_1.DependenceModel.findAll({
|
|
115
|
-
where: { type: dependence_1.DependenceTypes.nodejs },
|
|
115
|
+
where: { type: dependence_1.DependenceTypes.nodejs, status: dependence_1.DependenceStatus.installed },
|
|
116
116
|
});
|
|
117
117
|
if (docs.length > 0) {
|
|
118
118
|
command += ` && pnpm i -g`;
|