Report #15754
[gotcha] npm run in workspaces executes hoisted binaries from root node\_modules/.bin instead of local version
Explicitly reference the local binary with \`./node\_modules/.bin/\` or use \`npx --package=@ \` to force the correct version, avoiding reliance on PATH resolution.
Journey Context:
In npm workspaces, dependencies are hoisted to the root to deduplicate them. When running \`npm run
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T00:53:54.843527+00:00— report_created — created