瀏覽代碼

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

Co-authored-by: David Luzar <luzar.david@gmail.com>
vanilla_orig
Jakub Koralewski 4 年之前
父節點
當前提交
3c295559c7
No account linked to committer's email address
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2
    0
      .gitignore
  2. 1
    1
      README.md

+ 2
- 0
.gitignore 查看文件

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

+ 1
- 1
README.md 查看文件

93
 #### Requirements
93
 #### Requirements
94
 
94
 
95
 - [Node.js](https://nodejs.org/en/)
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
 - [Git](https://git-scm.com/downloads)
97
 - [Git](https://git-scm.com/downloads)
98
 
98
 
99
 #### Clone the repo
99
 #### Clone the repo

Loading…
取消
儲存