-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
[cli][upgrade] Failed to run react-native-git-upgrade to 0.43.0-rc.4 #13171
Comments
Here's sample output for the upgrade
|
Related #13194 |
@joonhocho did you manage to fix it somehow? |
@JulianKingman I successfully upgraded to v0.43.0 after release. |
Closing as there is a newer version and it worked for me. |
I got this error when trying to go from 0.40 to 0.42.3 and now from 0.42.3 to 0.43 |
how did you solve the problem? after that i got an error **npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm ERR! path C:\WorkPlace_ReactNative\lifetime-2\lifetime-android\node_modules\react-native\node_modules.bin\babylon npm ERR! A complete log of this run can be found in: could you give me some help? |
Description
run react-native-git-upgrade
It fails due to bunch of false positive UNMET PEER DEPENDENCY statements across many npm packages that I have installed.
All of them are false positive and can be ignored because some npm packages, for example, add peer dependency of react@^15.0.0, but still works great with react@16.0.0. So these peer dependencies can be ignored completely.
However, react-native-git-upgrade stops after these warnings at start.
Is there a way to ignore these warnings and continue?
Solution
Ignore npm warnings about peer dependencies and continue to run react-native-git-upgrade
Additional Information
The text was updated successfully, but these errors were encountered: