openclaw卸载与重装
·
openclaw卸载与重装
#管理员权限打开powershell,并执行以下命令
#卸载 pnpm 安装的版本
pnpm remove -g openclaw
#清理 pnpm 全局存储
pnpm store prune
#使用 npm 安装最新版 OpenClaw,加上国内镜像比较快
pnpm install -g openclaw@latest --registry=https://registry.npmmirror.com
#运行修复命令,自动检查和修复配置文件问题
openclaw doctor --fix
#启动 gateway
openclaw gateway start
更多推荐



所有评论(0)