Change8

v11.0.3

📦 pnpmView on GitHub →
🐛 2 fixes

Summary

This patch release addresses two specific bugs: one related to file handle limits on Windows and another concerning fetching dependencies with file: tarballs in the lockfile.

🐛 Bug Fixes

  • Fixed an issue causing too many open files errors on Windows when creating command shims in node_modules/.bin.
  • Resolved ERR_PNPM_FETCH_404 during installation when a lockfile depends on a file: tarball, by ensuring the tarball field is preserved when lockfile-include-tarball-url is false for un-reconstructable resolutions.