-
Notifications
You must be signed in to change notification settings - Fork 85
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
Error on EAS build install dependencies step with packageManager
field
#2541
Comments
packageManager
field
+1 getting this error as well and been stuck on it for last couple of weeks
|
Did you try to run |
I've tried, same error |
This worked for me, thanks! |
This issue is stale because it has been open for 30 days with no activity. If there is no activity in the next 7 days, the issue will be closed. |
Having the same with eas-cli 13.3.0, trying to use "packageManager": "[email protected]" and "eas-build-pre-install": "corepack enable", |
This issue is stale because it has been open for 30 days with no activity. If there is no activity in the next 7 days, the issue will be closed. |
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem. |
Build/Submit details page URL
https://expo.dev/accounts/vslepkan/projects/OvoEnergyApp/builds/f0138f57-e3c6-482f-9bcf-e87bba442681
Summary
We are using nx for our monorepo. When I'm trying to create a build, I get this error that makes no sense. I guess it tries to concat values for some unknown reason. Our root
package.json
has"packageManager": "[email protected]"
I've tried a few recommendations from #2401.
I also tried to use
eas-build-pre-install
in different ways, and the result was always the same.Managed or bare?
bare
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
eas build -p ios --profile preview
The text was updated successfully, but these errors were encountered: