260401-openclaw-cn-uninstall卸载

1
2
3
4
5
6
7
8
9
10
11
12
npm uninstall -g openclaw-cn
npm uninstall -g openclaw

# 运行 OpenClaw 的内置卸载程序
openclaw uninstall --all --yes

rm -rf ~/.openclaw
# 如果安装过旧版本,也一并删除
rm -rf ~/.clawdbot ~/.moltbot ~/.molthub

# 清理 npm 缓存
npm cache clean --force