ZlibError: incorrect data check during Install dependencies step

Using latest 44 SDK and eas-cli 0.44.1 and doing a simple
eas build --platform ios --profile development

with the following profile:
“development”: {
“distribution”: “internal”,
“developmentClient”: true,
“env”: {
“YARN_ENABLE_IMMUTABLE_INSTALLS”: “false”,
“NODE_ENV”: “development”
}
},

Fails during Install dependencies step with the following error:

➤ YN0000: ┌ Fetch step
52
➤ YN0001: │ ZlibError: zlib: incorrect data check
53
at Unzip.write ([worker eval]:8006:22)
54
at Unzip.end ([worker eval]:7962:12)
55
at Object.write ([worker eval]:10515:58)
56
at Object.end ([worker eval]:10639:14)
57
at parseTar ([worker eval]:15371:10)
58
at parseTar.next ()
59
at extractArchiveTo ([worker eval]:15390:20)
60
at MessagePort. ([worker eval]:15451:9)
61
➤ YN0013: │ 5 packages were already cached, 2013 had to be fetched
62
➤ YN0000: └ Completed in 48s 750ms
63
➤ YN0000: Failed with errors in 49s

It works locally when running yarn install, any advice?

My eas android build is failing also during the “install dependencies” step.

Error:
error An unexpected error occurred: “https://registry.yarnpkg.com/colors/-/colors-1.4.2.tgz: Request failed "404 Not Found"”.

The colors lib has been sabotaged by its maintainer, version 1.4.2 does not exists, you should downgrade to 1.4.0 and it will work.

Thanks, will try!