Skip to content

v6.6.4

Compare
Choose a tag to compare
@jtoar jtoar released this 25 Jan 01:36
· 2469 commits to main since this release

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 run yarn create redwood-app. Users are expected to cd into the new directory and run yarn install there where the correct version will automatically be picked up by corepack.