Glucksberg a3b82a563d
fix: resolve symlinks in pnpm/bun global install detection (#24744)
Use tryRealpath() instead of path.resolve() when comparing expected
package paths in detectGlobalInstallManagerForRoot(). path.resolve()
only normalizes path strings without following symlinks, causing pnpm
global installs to go undetected since pnpm symlinks node_modules
entries into its .pnpm content-addressable store.

Fixes #22768

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 03:33:24 +00:00
..
2026-02-18 00:45:43 -05:00
2026-02-18 00:45:43 -05:00
2026-02-14 19:53:04 +01:00
2026-02-18 01:34:35 +00:00