Build failed after I installed a package

There are a few ways you can do it. One way would be to do this in package.json:

"scripts": {
  "eas-build-pre-install": "npm config set legacy-peer-deps true"
}
1 Like