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:
@@ -14,9 +14,15 @@ You can install Node from the [official website](https://nodejs.org/en/).
|
||||
|
||||
## Create a Medusa Server
|
||||
|
||||
:::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. Install Medusa CLI
|
||||
|
||||
```bash npm2yarn noReport
|
||||
```bash npm2yarn
|
||||
npm install @medusajs/medusa-cli -g
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user