mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
* fix: linkOrCopy failed * refactor: hard-link-dir * docs: add changesets --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
310 B
310 B
@pnpm/fs.hard-link-dir, pnpm
| @pnpm/fs.hard-link-dir | pnpm |
|---|---|
| patch | patch |
Handle ENOENT errors thrown by fs.linkSync(), which can occur in containerized environments (OverlayFS) instead of EXDEV. The operation now gracefully falls back to fs.copyFileSync() in these cases #10217.