Skip to content
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-plugins for compatibility with expo-cli v6 #328

Open
mikehazell opened this issue Aug 16, 2022 · 1 comment
Open

Update @expo/config-plugins for compatibility with expo-cli v6 #328

mikehazell opened this issue Aug 16, 2022 · 1 comment

Comments

@mikehazell
Copy link

Running expo doctor with expo-cli version 6 produces the following.

[stderr] [02:18:30] Expected package @expo/config-plugins@^5.0.0
[stderr] [02:18:30] Found invalid:
[stderr] [02:18:30]   @expo/[email protected]
[stderr] [02:18:30]   (for more info, run: npm why @expo/config-plugins)

npm why @expo/config-plugins reveals this package as the cause.

@expo/[email protected]
node_modules/@heap/react-native-heap/node_modules/@expo/config-plugins
  @expo/config-plugins@"^4.1.5" from @heap/[email protected]
  node_modules/@heap/react-native-heap
    @heap/react-native-heap@"^0.21.0" from the root project
@eightyfive
Copy link

Maybe also add "@expo/config-plugins": "^4" as a peerDependency instead of a hard dependency ?

But more importantly does @heap/react-native-heap works with latest "@expo/config-plugins": "^5" ? 😨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants