-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
Description
Contribution
- I'd be willing to implement this feature (contributing guide)
Describe the user story
patch-package
does not support pnpm:
If a project has a lot of patch-package
patches, it would be nice to be able to convert these to pnpm patches
Describe the solution you'd like
If pnpm install
notices patch-package
patches, ask whether they should be converted to pnpm patches, similar to how Bun supports converting from other package manager lockfile formats:
Describe the drawbacks of your solution
This would add patch-package
code in pnpm, which would probably need to be maintained
Describe alternatives you've considered
Use a userland script