From 99bd43e17eb7f82036e72cfe0931ca6434d686b3 Mon Sep 17 00:00:00 2001 From: Marcel Gerber Date: Tue, 7 Jan 2025 14:16:13 +0100 Subject: [PATCH] docs: update docs accordingly --- docs/local-typescript-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/local-typescript-setup.md b/docs/local-typescript-setup.md index 950fee63df..d3b6edb392 100644 --- a/docs/local-typescript-setup.md +++ b/docs/local-typescript-setup.md @@ -50,10 +50,10 @@ Note: on Windows we strongly recommend using the [Windows Subsystem for Linux](h (this will pick up the right version from `.nvmrc`) -5. Install yarn: +5. Enable [Corepack](https://nodejs.org/docs/latest-v22.x/api/corepack.html), which provides `yarn` versions: ```sh - npm install -g yarn + corepack enable ``` 6. Run yarn inside the repo folder to install dependencies: