feat: remove slop.

This commit is contained in:
cpojer
2026-02-03 22:04:17 +09:00
parent 425003417d
commit 6fb2d3d7d7
8 changed files with 7 additions and 602 deletions

View File

@@ -79,10 +79,9 @@ Or with pnpm:
```bash
pnpm add -g openclaw@latest
pnpm approve-builds -g # approve openclaw, node-llama-cpp, sharp, etc.
pnpm add -g openclaw@latest # re-run to execute postinstall scripts
```
pnpm requires explicit approval for packages with build scripts. After the first install shows the "Ignored build scripts" warning, run `pnpm approve-builds -g` and select the listed packages, then re-run the install so postinstall scripts execute.
pnpm requires explicit approval for packages with build scripts. After the first install shows the "Ignored build scripts" warning, run `pnpm approve-builds -g` and select the listed packages.
Then: