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