docs: added troubleshooting component (#4255)

This commit is contained in:
Shahed Nasser
2023-06-06 15:18:23 +03:00
committed by GitHub
parent 926e284bac
commit b1c63c5476
64 changed files with 607 additions and 257 deletions
@@ -4,6 +4,7 @@ description: 'Learn how to prepare your development environment while using Medu
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import MedusaCliTroubleshootingSection from '../../troubleshooting/cli-installation-errors/_reusable-section.mdx'
# Prepare Development Environment
@@ -136,11 +137,9 @@ You can check that Medusa was installed by running the following command:
medusa -v
```
:::note
#### Troubleshooting Installation
If you run into any errors while installing the CLI tool, check out the [troubleshooting guide](../../troubleshooting/cli-installation-errors.mdx).
:::
<MedusaCliTroubleshootingSection />
### PostgreSQL