yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
error react-scripts@3.4.0: The engine "node" is incompatible with this module. Expected version ">=8.10". Got "6.17.1"
This seems to be fixed if you use:
yarn install --ignore-engines
Yarn install fails with
This seems to be fixed if you use: yarn install --ignore-engines