edit contributing Prerequisite (#881)
This commit is contained in:
parent
0c46a1dab2
commit
f6b4bcd2e7
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
|
## Prerequisite
|
||||||
|
```shell
|
||||||
|
node: "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||||
|
yarn: "^1.22.10"
|
||||||
|
# otherwise, build will fail
|
||||||
|
```
|
||||||
|
|
||||||
## Setting Up the Monorepo
|
## Setting Up the Monorepo
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in a new issue