From 860f5d168d33940f9c5a2a43ac7ac2d0a3ddcbb6 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 23 May 2024 10:27:40 +0100 Subject: [PATCH] Update README.md (#3818) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add corepack note ### Change Type - [x] `docs` — Changes to the documentation, examples, or templates. - [x] `improvement` — Improving existing features --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index def843f99..9f9f5b254 100644 --- a/README.md +++ b/README.md @@ -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