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

Invalid dependency breaking eas build: @expo/[email protected] #4

Open
blackirishmec opened this issue Aug 31, 2023 · 1 comment
Open

Comments

@blackirishmec
Copy link

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!

@pangxzi
Copy link

pangxzi commented Sep 25, 2024

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.

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

No branches or pull requests

2 participants