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
@@ -24,6 +24,12 @@ npm install gatsby-cli -g
## Installation
:::tip
It is recommended to use [Yarn](https://yarnpkg.com/getting-started/install) for the installation process as it's much faster than using NPM.
:::
1\. Create a new Gatsby project using the [Medusa starter template](https://github.com/medusajs/gatsby-starter-medusa):
```bash
@@ -18,6 +18,12 @@ This document assumes you already have a Medusa server installed. If you dont
## Installation
:::tip
It is recommended to use [Yarn](https://yarnpkg.com/getting-started/install) for the installation process as it's much faster than using NPM.
:::
1\. Create a new Next.js project using the [Medusa starter template](https://github.com/medusajs/nextjs-starter-medusa):
```bash