-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[SDK 47 beta 8] Some dependencies still with no changes #19847
Comments
npm install or yarn install failed in your project. try installing these package dependencies manually and you'll see the error. |
|
@BrodaNoel - looks like the error message is pretty self descriptive there ;) upgrade to node ^16.10.0 |
@brentvatne yeah, but that will be a breaking change, right? Node v16 >= 16.10.0 will be supported |
this isn't anything that changed on our end as far as i know. this is coming from |
it looks like it comes from react-native: https://github.com/facebook/react-native/blob/main/package.json#L111 not sure why this is in the package dependencies rather than dev dependencies |
I was trying to check it with |
you're welcome to. i'd suggest opening a pr to move jest to dev dependencies in react-native |
facebook/react-native#35014 <<< 15 days ago :( |
to be honest i don't quite understand the problem. updating to the latest minor/patch version of node is safe and will get you bug fixes and improvements. you should do that. |
Yes, of course. It's just to be clear that this must be added as an important breaking change. Dropping Node < 16 is not a simple change. It will even change the |
you could add a pr to the changelog: https://github.com/facebook/react-native/blob/main/CHANGELOG.md |
also, node 14 is still supported. just not an old patch version of node 14.
if you want to install node 14, use node 14.15.0 or greater |
I was in 16.4. I just moved to 16.18. |
Summary
I'm seeing in https://blog.expo.dev/expo-sdk-47-beta-is-now-available-fa760eea1908 that React Native should move to 0.70.4, and react-native-maps to 1.3.2, but after running
EXPO_BETA=1 expo-cli upgrade
, only@babel/core
andexpo
dependencies were moved to a new version. All the other libraries still with no changes in the versions.What platform(s) does this occur on?
No response
SDK Version
47 beta 8
Environment
Minimal reproducible example
Just... run
EXPO_BETA=1 expo-cli upgrade
The text was updated successfully, but these errors were encountered: