From a7303d02d4d453aa0fe5c3b518d567ede1f42619 Mon Sep 17 00:00:00 2001 From: Brianna Becker Date: Fri, 15 Mar 2024 15:28:41 +0100 Subject: [PATCH] Update README.md with comment on yarn version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e92c638..85a9279 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,5 @@ their respective locations. ## Preview the collection We have created a demo Backstage application to preview the SeatGeek Backstage Plugins Collection. To view it, clone this repository and run `yarn install && yarn dev`. + +If you run into issues running the above command, run `yarn --version` to check the installed yarn version. It is a known issue that the project does not work with the latest version of yarn, so it is advised to downgrade to the highest known supported version of `1.22.x`. \ No newline at end of file