Ver Fonte

docs: specify to use yarn v1 not v2 (#3799)

Co-authored-by: David Luzar <luzar.david@gmail.com>
Jakub Koralewski há 3 anos atrás
pai
commit
3c295559c7
2 ficheiros alterados com 3 adições e 1 exclusões
  1. 2 0
      .gitignore
  2. 1 1
      README.md

+ 2 - 0
.gitignore

@@ -5,9 +5,11 @@
 .env.test.local
 .envrc
 .eslintcache
+.history
 .idea
 .vercel
 .vscode
+.yarn
 *.log
 *.tgz
 build

+ 1 - 1
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