From de4c48edaf22de2a42d75517fbf9b2312451d098 Mon Sep 17 00:00:00 2001 From: Ben Houston Date: Mon, 19 Jun 2023 09:31:43 -0400 Subject: [PATCH] clarify that yarn 1 is required, not just yarn --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5519ce912..4a651bbaa1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ This project uses [semantic commits](https://conventionalcommits.org) and [semver](https://semver.org). -To get started, make sure you have [Node](https://nodejs.org) and [Yarn](https://classic.yarnpkg.com) installed. Install dependencies with: +To get started, make sure you have [Node](https://nodejs.org) and [Yarn 1](https://classic.yarnpkg.com) (newer versions of Yarn do not work) installed. Install dependencies with: ```bash yarn