Dashboard › cli › Never use node_modules/
01a08352-db7f-7528-b439-e87228e22fed| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 1 | 18h ago |
Never share or symlink node_modules across worktrees unless both use the identical branch and lockfile. Sharing looks efficient, but differing esbuild package and binary versions cause Host version X does not match binary version Y; remove the symlink and run pnpm install in the affected worktree.