fix(openclaw): 兼容新版配置与 Node 门槛

This commit is contained in:
晴天
2026-06-11 15:24:01 +08:00
parent 5aa09f4bb7
commit 675ad1628b
33 changed files with 717 additions and 130 deletions

View File

@@ -786,7 +786,7 @@ const BUILTIN_SKILLS = [
具体操作:
1. 调用 get_system_info 获取 OS、架构、Node.js 版本等基础信息
2. 用 run_command 检查 Node.js 版本node -v要求 >= 18
2. 用 run_command 检查 Node.js 版本node -v并按当前 OpenClaw 的 engines.node 判断是否兼容
3. 用 run_command 检查 npm 版本npm -v
4. 用 run_command 检查 OpenClaw CLIopenclaw --version
5. 用 check_port 检查 Gateway 端口 18789