You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnpm uses symlinks for package directories in node_modules, but the
package discovery logic only checked isDirectory() which returns false
for symlinks. This caused patches to fail with "No packages found"
error when using pnpm.
Also check isSymbolicLink() to support pnpm's symlink-based structure,
allowing patches to work correctly with pnpm, yarn, and npm.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments