patch-package icon indicating copy to clipboard operation
patch-package copied to clipboard

Fix broken node modules instantly 🏃🏽‍♀️💨

Results 243 patch-package issues
Sort by recently updated
recently updated
newest added

I've applied patches to packages including `react-native-orientation`, `react-native-smartlock`, `react-native-shared-element`, and `react-native-tus-client` using `yarn patch-package `. However, after running `yarn install`, I receive no errors indicating that these patches failed to...

I'm making some simple chnages to some web files located in a package's `dist` folder. The changes are to `.astro` files. I make the changes and then run `npx patch-package...

Add new `--expect-patch` flag that produces error when no patches were applied. I found it useful to prevent accidental skips during Docker build for example, when patches folder is simply...