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
@expo/[email protected] dev peer
node_modules/@expo/config-plugins
@expo/config-plugins@"~8.0.8" from @expo/[email protected]
node_modules/@expo/config
peer @expo/config@"^9.0.1" from @bugsnag/[email protected]
The problem is coming from @bugsnag/[email protected] which has a peer dependency on an older version of @expo/config (^9.0.1).
Steps to reproduce
Start new expo 52 project, add bugsnag via cli tool
run npx expo-doctor@latest to see error
Environment
Bugsnag version: 52
Expo SDK version (e.g. SDK 44): 52
Device (e.g. iphonex): iPhone X
Example Repo
Create a minimal repository that can reproduce the issue
Detailed check results:
Expected package @expo/config-plugins@~9.0.0
Found invalid:
@expo/[email protected]
(for more info, run: npm why @expo/config-plugins)
Advice: Upgrade dependencies that are using the invalid package versions.
The text was updated successfully, but these errors were encountered:
Unfortunately, we were unable to reproduce this issue when running expo-doctor in a similar project. Creating a fresh Expo 52 project and adding BugSnag does not throw any errors about the @expo/config dependency.
Could you please try reinstalling all of the offending dependencies? If that does not solve the issue, could you please share your package.json and package-lock.json files? In case you’re not comfortable sharing them in a public GitHub thread, please reach out to us at [email protected].
Describe the bug
The key issue appears to be:
The problem is coming from @bugsnag/[email protected] which has a peer dependency on an older version of @expo/config (^9.0.1).
Steps to reproduce
Environment
Example Repo
Example code snippet
Error messages:
The text was updated successfully, but these errors were encountered: