From 1c1fd42ac3cb3cf6060796606e69791c9add3cb9 Mon Sep 17 00:00:00 2001 From: arntiloop Date: Mon, 1 Dec 2025 00:10:16 +0300 Subject: [PATCH] docs: add corepack yarn activation hint. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efa3d4fc42e..2d2b031f259 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the ne 2. Clone the repository. 3. If `nvm` doesn't auto-load the Node.js environment when changing to the repo directory, run `nvm use`. 4. Enable Yarn by running `corepack enable`. +5. If Yarn is not available after enabling corepack, run "corepack prepare yarn@stable --activate" and retry the commands below. ## Getting started