Update README.md (#3818)
Add corepack note ### Change Type - [x] `docs` — Changes to the documentation, examples, or templates. - [x] `improvement` — Improving existing features
This commit is contained in:
parent
d0033ce353
commit
860f5d168d
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ The local development server will run our examples app. The basic example will s
|
|||
|
||||
To run the local development server, first clone this repo.
|
||||
|
||||
Enable [corepack](https://nodejs.org/api/corepack.html) to make sure you have the right version of `yarn`:
|
||||
|
||||
```bash
|
||||
corepack enable
|
||||
```
|
||||
|
||||
Install dependencies:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue