Open vvslepkan opened 2 months ago
+1 getting this error as well and been stuck on it for last couple of weeks
This project's package.json defines "packageManager": "yarn@pnpm@8.15.4".
I also tried to use eas-build-pre-install in different ways, and the result was always the same
Did you try to run corepack enable
in the preinstall hook?
I also tried to use eas-build-pre-install in different ways, and the result was always the same
Did you try to run
corepack enable
in the preinstall hook?
I've tried, same error
I also tried to use eas-build-pre-install in different ways, and the result was always the same
Did you try to run
corepack enable
in the preinstall hook?
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.
The message I've got when trying to use preinstall hook
The message I've got when trying to use preinstall hook
Having the same with eas-cli 13.3.0, trying to use "packageManager": "yarn@4.5.1" and "eas-build-pre-install": "corepack enable",
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": "pnpm@8.13.1"
I've tried a few recommendations from https://github.com/expo/eas-cli/issues/2401. I also tried to useeas-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