-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update @expo/config dependency to satisfy expo doctor #45
Comments
Please add below code to
|
I'm experiencing the same issue and this didn't work for me. I re-ran yarn install as well after adding that resolution entry but same error. |
I got the following while ran 'expo doctor' in SDK 45
|
Same issue on Expo 46:
|
|
Same issue. Using expo 45 |
Upgraded to Expo 46 and removed "resolutions" from package.json. Expo doctor no longer shows any issues |
I'm already in Expo 46. I even went through an The suggested workaround does not work for me. Shouldn't |
Same situation here, @expo/prebuild-config, @expo/config-plugins and expo-modules-autolinking are all referenced by expo doctor, but not resolved by it. Does this cause any issues? I have done some EAS builds that seem to work fine on device... |
I create new project with Expo 46 and install some dependencies. after run expo doctor it show fix @expo/prebuild-config, @expo/config-plugins and expo-modules-autolinking these modules. I try to update those modules bit they can't update |
Same issue here
|
In our case,
|
I was able to fix this long ago by adding this to the package.json: "resolutions": {
"@expo/config-plugins": "~5.0.1",
"@expo/prebuild-config": "~5.0.3",
"expo-modules-autolinking": "0.10.3"
}, |
I just tried this resolution, and it might work?
|
This seems to be a real problem. This project uses two functions exposed by @expo/config in version 3, For all of you who are manually modifying the version of expo/config that gets resolved, I think you likely are breaking this package. Not in a fatal way, if it's working for you, but yeah. That seems to be what's up. @byCedric - are there any plans to update this package? |
+1 this is an issue for us after updating to expo 47. should we migrate away from this package or do you intend to update it @byCedric |
also experiencing this issue with expo 47. still looking for a solution, thx- |
same Issue found on Expo SDK 48 unable to resolved by
|
Exactly! Am try to upgrade to Expo 48, It doesn't work for me |
this library seems abandoned, check out https://github.com/bilwifi/standard-version-expo |
@svdwyer that version seems abandoned as well. |
@svdwyer made another fork: https://github.com/mccraveiro/standard-version-expo |
"overrides" with "npm" inside the "package.json" file worked for me with Expo SDK 48
Don't forget to remove the "node_modules" files and also the "package-lock.json" before "npm install" |
@byCedric can you update the packages so we don't need these work rounds? |
Old version
The package depends on
"@expo/config": ^3.1.2
which leads to the follow warning when runningexpo doctor
(on a Expo 45 project).New version
No error when running
expo doctor
.The text was updated successfully, but these errors were encountered: