I am trying to deploy a static app from a monorepo that uses yarn 2 workspaces and I get the following error during yarn install. It seems that render.com assumes that yarn 1 is in place so it invokes the installation command accordingly. I would like it to work with yarn.
Nov 16 05:16:54 PM ==> Installing dependencies with Yarn...
Nov 16 05:16:55 PM Unknown Syntax Error: Invalid option name ("--production=false").
Nov 16 05:16:55 PM $ yarn install [--json] [--immutable] [--immutable-cache] [--check-cache] [--inline-builds]
Thank you in advance.