ds300 / patch-package

Fix broken node modules instantly 🏃🏽‍♀️💨
MIT License
10.48k stars 295 forks source link

yarn install error #533

Open dkeka0127 opened 1 month ago

dkeka0127 commented 1 month ago

This file contains the result of Yarn building a package (@workspace:.)

Script name: postinstall

patch-package 8.0.0 Applying patches...

ERROR Failed to apply patch for package react-native-fast-image

This happened because the patch file patches/react-native-fast-image+8.6.3.patch could not be parsed.

If you just upgraded patch-package, you can try running:

patch -p1 -i patches/react-native-fast-image+8.6.3.patch
npx patch-package react-native-fast-image

Otherwise, try manually creating the patch file again.

JeanMeche commented 1 month ago

This is likely a duplicate of #504