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

Patch file parse error - **ERROR** Failed to apply patch for package react-native

Open CipherShi opened this issue 3 years ago • 0 comments

This happened because the patch file patches\react-native+0.63.4.patch could not be parsed. If you just upgraded patch-package, you can try running:

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

Otherwise, try manually creating the patch file again.

<Please attach the patch file in question patch.zip

CipherShi avatar Jan 12 '22 09:01 CipherShi