-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
expo plugin should use eas cli installed globally #18005
Comments
i think this should be fixed in the pr #17810. now it is using |
If I'm right |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. |
This is still an issue Running command Give this error
Issue is solved when eas-cli is installed locally directly into repo but From the official git eas-cli
|
it should be fixed in nx 18. it should use global eas in that version. close this issue |
FWIW, I think it's preferable to have it defined within the monorepo's root package.json — so I just reinstalled it after the recent migration removed it. But it's not a big deal either way — can leave it to users' discretion. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
Plugin uses locally installed
eas-cli
packageExpected Behavior
Using version installed globally as stated in documentation https://github.com/expo/eas-cli
expo-doctor
detects types incompatibility if addingeas-cli
locally.GitHub Repo
No response
Steps to Reproduce
nx/packages/expo/src/executors/update/update.impl.ts
Line 56 in 601c652
Nx Report
Failure Logs
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: