You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have react-native in my devDependencies (since this is also a web app) and therefore renamed the patch file react-native+0.62.2.dev.patch.
However, this now leads to warnings everytime I install packages (yarn in my case).
Warning: patch-package detected a patch file version mismatch
Don't worry! This is probably fine. The patch was still applied
successfully. Here's the deets:
Patch file created for
react-native@0.62.2.dev
applied to
react-native@0.62.2
At path
node_modules/react-native
This warning is just to give you a heads-up. There is a small chance of
breakage even though the patch was applied successfully. Make sure the package
still behaves like you expect (you wrote tests, right?) and then run
patch-package react-native
to update the version in the patch file name and make this warning go away.
It seems that patch-package thinks that .dev is part of the version number.
The text was updated successfully, but these errors were encountered:
I have react-native in my devDependencies (since this is also a web app) and therefore renamed the patch file
react-native+0.62.2.dev.patch
.However, this now leads to warnings everytime I install packages (yarn in my case).
It seems that patch-package thinks that .dev is part of the version number.
The text was updated successfully, but these errors were encountered: