docs: add a note about yarn version support in Medusa Dev CLI guide (#5355)

This commit is contained in:
Shahed Nasser
2023-10-11 20:16:08 +03:00
committed by GitHub
parent 7a4c9dec49
commit 2c94186c7d

View File

@@ -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 Medusas 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 Medusas dev CLI tool:
```bash npm2yarn