Document the need for yarn classic

This commit is contained in:
Manav Rathi 2024-03-08 13:11:04 +05:30
parent 205dd302da
commit 9e4f4c4670
2 changed files with 13 additions and 2 deletions

View file

@ -32,8 +32,8 @@ yarn dev
That's it. The web app will automatically hot reload when you make changes.
If you're new to web development and unsure about how to get started, see
[docs/new](docs/new.md).
If you're new to web development and unsure about how to get started, or are
facing some problems when running the above steps, see [docs/new](docs/new.md).
## Other apps

View file

@ -13,3 +13,14 @@ development, here is a recommended workflow:
`yarn` comes with it.
That's it. Enjoy coding!
### Yarn
Note that we use Yarn classic
```
$ yarn --version
1.22.21
```
You should be seeing a 1.xx.xx version, otherwise your `yarn install` will fail.