docs: add test medusa cli after installation in set up dev env docs (#2866)

* Update Set up your development doc for Medusa CLI section

* Remove auto changes by VS code.

* Update docs/content/tutorial/0-set-up-your-development-environment.mdx

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Debashis Biswal
2022-12-21 15:21:38 +05:30
committed by GitHub
parent 355228c449
commit 34b5b63ee0

View File

@@ -127,6 +127,12 @@ You can install Medusas CLI with the following command:
npm install @medusajs/medusa-cli -g
```
You can check that Medusa was installed by running the following command:
```bash noReport
medusa -v
```
:::note
If you run into any errors while installing the CLI tool, check out the [troubleshooting guide](../troubleshooting/cli-installation-errors.mdx).