feat: added npm2yarn package (#1347)

This commit is contained in:
Shahed Nasser
2022-04-18 16:17:27 +03:00
committed by GitHub
parent fcd2889fd7
commit 3ad0f66619
36 changed files with 237 additions and 176 deletions

View File

@@ -97,14 +97,8 @@ brew services start redis
The final installation to do to get started with Medusa is the Medusa CLI, which is an npm package you can install globally on your computer to get instant access to commands that help you manage and run your Medusa project. As the Medusa CLI is distributed as an npm package it is very easily installed by running:
```
npm install -g @medusajs/medusa-cli
```
We like to use Yarn instead of npm; if you wish to do the same you can install the CLI with:
```
yarn global add @medusajs/medusa-cli
```bash npm2yarn
npm install @medusajs/medusa-cli -g
```
### Text editor