v6.6.4
Patch Release
-
fix(crwa): remove yarn-install option for yarn 1 #9881 by @jtoar
This only affects
yarn create redwood-app
. This PR removes the ability to run yarn install when using yarn v1 to runyarn create redwood-app
. Users are expected tocd
into the new directory and runyarn install
there where the correct version will automatically be picked up by corepack.