docs: note sharp libvips install workaround · openclaw/openclaw@9c38948
steipete
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -49,6 +49,7 @@ Skills own workflows; root owns hard policy and routing.
|
49 | 49 | - Runtime: Node 22+. Keep Node + Bun paths working. |
50 | 50 | - Package manager/runtime: repo defaults only. No swaps without approval. |
51 | 51 | - Install: `pnpm install` (keep Bun lock/patches aligned if touched). |
| 52 | +- Sharp/Homebrew libvips source-build fail: `SHARP_IGNORE_GLOBAL_LIBVIPS=1 pnpm install`. |
52 | 53 | - CLI: `pnpm openclaw ...` or `pnpm dev`; build: `pnpm build`. |
53 | 54 | - Tests in a normal source checkout: `pnpm test <path-or-filter> [vitest args...]`, `pnpm test:changed`, `pnpm test:serial`, `pnpm test:coverage`; never raw `vitest`. |
54 | 55 | - Tests in a Codex worktree or linked/sparse checkout: avoid direct local `pnpm test*`; use `node scripts/run-vitest.mjs <path-or-filter>` for tiny explicit-file proof, or Crabbox/Testbox for anything broader. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。