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

This repository is really great! It helped me a lot! Could you consider adding other sponsorship channels (such as the digital currency platform BINANCE or VISA) so that Chinese users...

I have two patches. One for dev and one for build. The one is called Blabla1.1.dev.patch the other Blabla.1.1.production.patch The dev works but the production throws an error as it...

patch-package 6.4.7 (the same error in last version too) I tried create patch for "@ngrx/component-store": "12.5.1", i just changed 3 files: 1) node_modules\@ngrx\component-store\fesm2015\ngrx-component-store.js this.isInitialized = true; initState(state) { scheduled([state], queueScheduler).subscribe((s)...

**package.json** `"react-native": "https://github.com/expo/react-native/archive/sdk-46.0.0.tar.gz"` Error on terminal ``` **ERROR** Failed to apply patch for package react-native at path node_modules/react-native This error was caused because patch-package cannot apply the following patch file:...

Title pretty much explains the issue. If the node_modules directory is a symlink, the patches always fail to apply. Is this intended behavior? Is there a way to get around...

This PR is a candidate to #260 to fix #259 — since tslint is deprecated.

When set, excludes git ignored files from patch creation. Fixes #254

We found this in our Render deploy log: ``` Apr 13 04:29:54 PM $ patch-package Apr 13 04:29:55 PM patch-package 6.5.1 Apr 13 04:29:55 PM Applying patches... Apr 13 04:29:55...

I noticed that a warning is being printed when package version has a mismatch. In my example, I would like to create a patch that will be applied over `^3`...