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!
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