You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix `intent list` in projects with stale Yarn PnP files alongside project `node_modules`, including Bun isolated installs. Intent now prefers project `node_modules` when it exists and only loads Yarn's PnP API for PnP projects without `node_modules`.
Copy file name to clipboardExpand all lines: docs/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Intent provides tooling for two workflows:
30
30
npx @tanstack/intent@latest list
31
31
```
32
32
33
-
Scans the current project's `node_modules` and workspace dependencies for intent-enabled packages.
33
+
Scans the current project's installed dependencies for intent-enabled packages, including `node_modules`, workspace dependencies, and Yarn PnP projects without `node_modules`.
34
34
Global package scanning is explicit; pass `--global` to include global packages or `--global-only` to ignore local packages.
35
35
When both local and global packages are scanned, local packages take precedence.
0 commit comments