Update yarn-migration.md

Fix to 3.x as v4 is stable already.

Signed-off-by: Philipp Hugenroth <tudi2d@users.noreply.github.com>
This commit is contained in:
Philipp Hugenroth
2024-02-29 11:13:58 +01:00
committed by GitHub
parent bbd1fe19ab
commit 1c9fd36b7d
+1 -1
View File
@@ -41,7 +41,7 @@ And this to `.dockerignore`:
Let's move on to the actual installation. We'd recommend making separate Git commits of most of these steps, in case you need to go back and debug anything. To install Yarn 3, run the following command in the project root:
```bash
yarn set version stable
yarn set version 3.x
```
We'll need the Yarn workspace tools plugin later on, so let's install that too: