Files
pnpm/pkg-manager
Zoltan Kochan 6e9cad3a47 fix: handle dangling symlink when linking node binary (#10972)
existsSync() follows symlinks and returns false for broken symlinks,
so a dangling symlink from a previous node install would not be removed
before creating the new symlink, causing an EEXIST error.

Use rimraf unconditionally instead, which handles both existing files
and non-existent paths gracefully.
2026-03-15 22:43:59 +01:00
..