openclaw-openviking-setup-helper 0.2.9-dev.2 → 0.2.9-dev.3
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/install.js +2 -2
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -700,8 +700,8 @@ async function checkOpenClawCompatibility() {
|
|
|
700
700
|
console.log(` ${tr("Option 1: Upgrade OpenClaw", "方案 1:升级 OpenClaw")}`);
|
|
701
701
|
console.log(` npm update -g openclaw --registry ${NPM_REGISTRY}`);
|
|
702
702
|
console.log("");
|
|
703
|
-
console.log(` ${tr("Option 2: Install legacy plugin
|
|
704
|
-
console.log(` node install.js --plugin-version
|
|
703
|
+
console.log(` ${tr("Option 2: Install a legacy plugin release compatible with your current OpenClaw version", "方案 2:安装与当前 OpenClaw 版本兼容的旧版插件")}`);
|
|
704
|
+
console.log(` node install.js --plugin-version <legacy-version>${langZh ? " --zh" : ""}`);
|
|
705
705
|
console.log("");
|
|
706
706
|
process.exit(1);
|
|
707
707
|
}
|