Commit e4af0ea
docs(FR-2912): add "docs-toolkit: not found" troubleshooting note to README
New clones / git worktrees run `pnpm install` before the toolkit's
`dist/cli.js` exists, so pnpm skips creating the `docs-toolkit` bin
symlink and every `docs-toolkit ...` script fails with `not found`.
Document the cause and the `pnpm --filter <docs-pkg> rebuild` fix
(since `pnpm install`/`--force` report "Already up to date" and skip
bin-linking).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 459ade2 commit e4af0ea
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
21 | 38 | | |
22 | 39 | | |
23 | 40 | | |
| |||
0 commit comments