android – Command “expo physician” failed. npx -y expo-doctor exited with non-zero code: 1

I get this error when attempting to make my utility dwell with Expo Utility Service (EAS). However development continues. I initialized my utility with expo naked workflow.
Working “expo physician”
Working 10 checks in your undertaking…
✔ Verify Expo config for frequent points
✔ Verify bundle.json for frequent points
✖ Verify dependencies for packages that shouldn’t be put in instantly
✖ Verify for frequent undertaking setup points
✔ Verify Expo config (app.json/ app.config.js) schema
✔ Verify npm/ yarn variations
✖ Verify that packages match variations required by put in Expo SDK
✔ Verify for legacy international CLI put in domestically
✔ Verify that native modules don’t use incompatible help packages
✔ Verify that native modules use appropriate help bundle variations for put in Expo SDK
Detailed examine outcomes:
Recommendation: Use ‘npx expo set up –check’ to assessment and improve your dependencies.
Some dependencies are incompatible with the put in expo model:
[email protected] – anticipated model: 0.69.9
Your undertaking could not work appropriately till you put in the proper variations of the packages.
Set up particular person packages by operating npx expo set up [email protected]
Discovered outdated dependencies
The bundle “expo-modules-core” shouldn’t be put in instantly in your undertaking. It’s a dependency of different Expo packages, which is able to set up it robotically as wanted.
This undertaking has native undertaking folders however can be configured to make use of Prebuild. EAS Construct won’t sync your native configuration if the ios or android folders are current. Add these folders to your .gitignore file in case you intend to make use of prebuild (aka “managed” workflow).
This undertaking has a number of bundle supervisor lock information (yarn.lock, package-lock.json). This may increasingly trigger EAS construct to revive dependencies with a special bundle supervisor from what you utilize in different environments.
A number of checks failed, indicating attainable points with the undertaking.
Command “expo physician” failed.
npx -y expo-doctor exited with non-zero code: 1
Credit: www.ismmailgsm.com