TailwindCSS | react@2.x builder fail to install dependencies through yarn

Hi @guycanella

There’s a thread here in the community where @laricia, who works at VTEX, comments:

The Node version we use in IO is 12.16.1, which is why this error occurs even though the Node version on your machine is more up to date.

So looking at the package.json for v3.2.4 we can see that it’s the most recent version that uses a version compatible with the Node running in IO workspaces.

  "engines": {
    "node": ">=12.13.0"
  }