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
Thanks! Fixed in react-native-community/cli#455. Please upgrade the @react-native-community/cli to v1.9.12 (by removing it from lockfile and reinstalling)
@thymikee I just upgraded but this still looks broken for me:
> yarn global list
yarn global v1.16.0
info "@react-native-community/cli@1.9.12" has binaries:
- react-native
info "react-native-asset@1.1.2" has binaries:
- react-native-asset
info "react-native-cli@2.0.1" has binaries:
- react-native
Done in 0.46s.
> react-native upgrade
info No version passed. Fetching latest...
error Trying to upgrade from newer version "0.59.5" to older "0.59.10"
@alexiri, this CLI is not supposed to be used as a global. It's a dependency of react-native package. Remove the global @react-native-community/cli, edit the lockfile and install again, then verify in if it resolved to the correct version in the lockfile
Bug
when I run
react-native upgrade
I get the following error:Environment info
React native info output:
Library version: x.x.x
react-native-cli: 2.0.1
react-native: 0.59.9
Steps To Reproduce
react-native upgrade
Describe what you expected to happen:
The text was updated successfully, but these errors were encountered: