Can I change the PNPM version?

I’ve seen it’s possible to set the node & yarn version in EAS. Is there currently a way to change the pnpm version?

Ahh, just saw there’s a preinstall hook. Adding the below script to my package.json seemed to fix it.

    "eas-build-pre-install": "npm i -g pnpm@8.6.0"
1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.