From 2c94186c7d61e53aa8f66fad3b64ce7aec361a41 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Wed, 11 Oct 2023 20:16:08 +0300 Subject: [PATCH] docs: add a note about yarn version support in Medusa Dev CLI guide (#5355) --- .../development/fundamentals/local-development.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/www/apps/docs/content/development/fundamentals/local-development.md b/www/apps/docs/content/development/fundamentals/local-development.md index b85bb639c3..1259d1f43d 100644 --- a/www/apps/docs/content/development/fundamentals/local-development.md +++ b/www/apps/docs/content/development/fundamentals/local-development.md @@ -43,6 +43,16 @@ yarn build Medusa provides a CLI tool to be used for development. This tool facilitates testing your local installment and changes to Medusa’s core without having to publish the changes to NPM. +:::note + +The Medusa Dev CLI tool only works with yarn v1. You can use the following command to change the yarn version: + +```bash +yarn set version classic +``` + +::: + To install Medusa’s dev CLI tool: ```bash npm2yarn