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

Fix broken node modules instantly 🏃🏽‍♀️💨

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

## Summary Yarn "berry" introduced a new lockfile format that now adheres to YAML. The current patch-package's yarn lockfile parser uses `@yarn/lockfile` - which will throw errors since it's only...

Thanks for this marvelous package

I use it in my project, then it made a mistake, the error message is shown in the figure below. ``` patch-package 6.2.2 • Creating temporary folder TypeError: Cannot read...

Node's `process.cwd()` has different behaviour between unix OS's and Windows when the cwd is inside a symlink. This PR fixes this inconsistency by calling node's `fs.realpathSync` to follow the directory...

for example if it run from windows apply patch A, else patch B

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Closes #288 Here is the diff...

Hey, thanks for this project! Just getting reminded of it by @sibelius and it is still awesome! What if we could have the best of both worlds (PRs to update...

discussion

I am a contributor to a project that has a complex architecture. There is a a job runner whose jobs make calls to third-party APIs through a collection of specialized...

node_modules/react-native-maps This error was caused because patch-package cannot apply the following patch file: patches/react-native-maps+0.26.1.patch Try removing node_modules and trying again. If that doesn't work, maybe there was an accidental change...

Am I doing anything wrong? Got stuck with this issue for quite a while Config ```yaml commands: install_js: steps: - run: name: patch-package hash command: Get-FileHash patches/* -Algorithm MD5 >...