This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Error: Check dependencies for packages that should not be installed directly #4769
Unanswered
marcellofiore
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SDK Version: 49
Platforms(Android/iOS/web/all): Android/iOS
On running “npx expo-doctor” I get an error:
✖️ Check dependencies for packages that should not be installed directly.
Detailed results of the check:
The package “expo-modules-autolinking” should not be installed directly in the project. It is a dependency of other Expo packages, which will automatically install it when needed.
Does anyone have an idea how to solve this problem?
If I test the application in Expo Go, everything works correctly, but when I create a build and try to open on Device via testFlight for example it immediately crashes.
Package.json =>
Beta Was this translation helpful? Give feedback.
All reactions