mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-20 04:32:26 -04:00
On Windows, temporaryDirectory() may return 8.3 short paths (e.g., RUNNER~1) but getBinNodePaths resolves via fs.realpath, returning long paths (e.g., runneradmin). Use realpathSync to normalize expected paths.