Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(crwa): clarify docs to avoid issues in yarn modern installs (#9579)
Fix for #9578 and https://community.redwoodjs.com/t/yarn-redwood-dev-throwing-internal-error/5557. @Tobbe and I paired on this one. Basically, there's a footgun in the yarn docs. If you read them too quickly, it seems like you can update your global version of yarn via `yarn set version stable`. But that command is actually only meant to be used in the context of a project (like a Redwood app).
- Loading branch information