docs: added a note about using Yarn for installation (#2778)

* docs: added a note about yarn being faster

* docs: fixed env variable used in admin deployment guide

* docs: fixed the use of noReport with npm2yarn
This commit is contained in:
Shahed Nasser
2022-12-13 11:52:55 +02:00
committed by GitHub
parent 6c796bf582
commit 7227c1539b
9 changed files with 37 additions and 9 deletions

View File

@@ -123,7 +123,7 @@ The final installation required to get started with Medusa is the Medusa CLI. It
You can install Medusas CLI with the following command:
```bash npm2yarn noReport
```bash npm2yarn
npm install @medusajs/medusa-cli -g
```