From 3c295559c77d886d445a6c8bce178af6309deffb Mon Sep 17 00:00:00 2001 From: Jakub Koralewski Date: Mon, 5 Jul 2021 18:01:52 +0200 Subject: [PATCH] docs: specify to use yarn v1 not v2 (#3799) Co-authored-by: David Luzar --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index feb368b8..71a89477 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,11 @@ .env.test.local .envrc .eslintcache +.history .idea .vercel .vscode +.yarn *.log *.tgz build diff --git a/README.md b/README.md index 30fbebda..a08d766d 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ These instructions will get you a copy of the project up and running on your loc #### Requirements - [Node.js](https://nodejs.org/en/) -- [Yarn](https://yarnpkg.com/getting-started/install) +- [Yarn](https://yarnpkg.com/getting-started/install) (v1 or v2.4.2+) - [Git](https://git-scm.com/downloads) #### Clone the repo