Procházet zdrojové kódy

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

Co-authored-by: David Luzar <luzar.david@gmail.com>
vanilla_orig
Jakub Koralewski před 3 roky
rodič
revize
3c295559c7
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 2
    0
      .gitignore
  2. 1
    1
      README.md

+ 2
- 0
.gitignore Zobrazit soubor

@@ -5,9 +5,11 @@
5 5
 .env.test.local
6 6
 .envrc
7 7
 .eslintcache
8
+.history
8 9
 .idea
9 10
 .vercel
10 11
 .vscode
12
+.yarn
11 13
 *.log
12 14
 *.tgz
13 15
 build

+ 1
- 1
README.md Zobrazit soubor

@@ -93,7 +93,7 @@ These instructions will get you a copy of the project up and running on your loc
93 93
 #### Requirements
94 94
 
95 95
 - [Node.js](https://nodejs.org/en/)
96
-- [Yarn](https://yarnpkg.com/getting-started/install)
96
+- [Yarn](https://yarnpkg.com/getting-started/install) (v1 or v2.4.2+)
97 97
 - [Git](https://git-scm.com/downloads)
98 98
 
99 99
 #### Clone the repo

Načítá se…
Zrušit
Uložit