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
I am getting this error when eas build --profile development --platform ios:
Advice: Upgrade dependencies that are using the invalid package versions.
[stderr]
Expected package @expo/config-plugins@~7.2.2
[stderr]
Found invalid:
[stderr]
@expo/[email protected]
[stderr]
(for more info, run: npm why @expo/config-plugins)
[stderr]
One or more checks failed, indicating possible issues with the project.
Command "expo doctor" failed.
npx -y expo-doctor exited with non-zero code: 1
Is it possible to upgrade the dependency to @expo/config-plugins@~7.2.2?
Thanks!
The text was updated successfully, but these errors were encountered:
Expected package @expo/config-plugins@~8.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.
I am getting this error when
eas build --profile development --platform ios
:Is it possible to upgrade the dependency to
@expo/config-plugins@~7.2.2
?Thanks!
The text was updated successfully, but these errors were encountered: