-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to apply patch for package react-native-agora #504
Comments
FYI I'm hitting a similar issue attempting to apply a patch to react-dropzone after upgrading patch-package from 7.0.0 to 8.0.0. This is the patch that has previously worked: I note the mention:
I don't need multi-patches atm, so can stay on v7. |
I'm supecting the very same thing, v8 broke something. angular/angular#56347 can attest, the patch doesn't apply anymore even if it is recreated from scratch. |
Downgrading to v7 also fixed the issue for me on another library failing to apply the patch. The odd thing is that on my local machine works but not on CD. Sharing the patch in case helpful (using
|
Im using [email protected] and because of some issue in in agora i used [email protected]
so i'm getting this issue only with 'yarn' not with the npm another solution with for this issue is to deprecate the patch-package to 7.0.2
the point where this error occurs is that when i try to install a new library in my project then this error appears and delete all my changes for the node-modules
hope you guy'z resolved this with new version '8.0.0'
ERROR Failed to apply patch for package react-native-agora at path
This error was caused because patch-package cannot apply the following patch file:
Try removing node_modules and trying again. If that doesn't work, maybe there was
an accidental change made to the patch file? Try recreating it by manually
editing the appropriate files and running:
If that doesn't work, then it's a bug in patch-package, so please submit a bug
report. Thanks!
patch-package finished with 1 error(s).
The text was updated successfully, but these errors were encountered: