DashboardcliNever use node_modules/

Never use node_modules/

Category: preference
Confidence: 1.00
ID: 01a08352-db7f-7528-b439-e87228e22fed
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 1
Source session: 12na8hXrpthm52Hlq
Created: 2026-07-15 14:18:44
Updated: 2026-09-08 23:20:40

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 18h ago

Content

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.

Move to: