From d2b7f7fb4d70243616d9f9dcf7c5bfe1e6a4981f Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Sat, 3 Feb 2024 13:58:07 +0000 Subject: [PATCH] Mention the you need corepack enabled to run this repo (#9960) https://github.com/redwoodjs/redwood/pull/9579 also applies here, took like an hour to get a `yarn build` to succeed because a build was very close to working but didn't --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f7937f37324..219378a65005 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,6 +37,7 @@ Use `git clone` to get a local copy of the Redwood Framework. If you've already ```terminal git clone https://github.com/redwoodjs/redwood.git cd redwood +corepack enable yarn install ```