ds300 / patch-package

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

Patch file parse error #346

Open saifulnizar opened 3 years ago

saifulnizar commented 3 years ago

<ERROR Failed to apply patch for package react-native>

This happened because the patch file patches\react-native+0.61.5-jitsi.2.patch could not be pa rsed.

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

cd patches\react-native+0.61.5-jitsi.2.patc
patch -p1 -i h
npx patch-package react-native
cd ../..

Otherwise, try manually creating the patch file again.

jaybhagat commented 3 years ago

same problem... any solution?