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
When I execute the command eas update:roll-back-to-embedded it mentions that it is waiting for a version that does not exist today (>= 0.19.0) that corresponds to an SDK that has not released yet (Expo SDK 50).
I am using the latest expo-cli version 5.6.0
The expo-updates package must have a version >= 0.19.0 to use roll back to embedded, which corresponds to Expo SDK 50 or greater.
Error: update:roll-back-to-embedded command failed.
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✖ Check that packages match versions required by installed Expo SDK
✔ Check that native modules use compatible support package versions for installed Expo SDK
Detailed check results:
Some dependencies are incompatible with the installed expo version:
[email protected] - expected version: 0.72.6
Your project may not work correctly until you install the correct versions of the packages.
Fix with: npx expo install --fix
Found outdated dependencies
Advice: Use 'npx expo install --check' to review and upgrade your dependencies.
One or more checks failed, indicating possible issues with the project.
Error output
EXPO_DEBUG=true eas update:roll-back-to-embedded
The expo-updates package must have a version >= 0.19.0 to use roll back to embedded, which corresponds to Expo SDK 50 or greater.
Error: The expo-updates package must have a version >= 0.19.0 to use roll back to embedded, which corresponds to Expo SDK 50 or greater.
Reproducible demo or steps to reproduce from a blank project
n/a
The text was updated successfully, but these errors were encountered:
Build/Submit details page URL
No response
Summary
When I execute the command eas update:roll-back-to-embedded it mentions that it is waiting for a version that does not exist today (>= 0.19.0) that corresponds to an SDK that has not released yet (Expo SDK 50).
I am using the latest expo-cli version 5.6.0
Managed or bare?
Managed
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
n/a
The text was updated successfully, but these errors were encountered: