forked from medusajs/medusa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: added troubleshooting guide for cma (medusajs#3756)
- Loading branch information
1 parent
7813664
commit 9bbe1ed
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Common Create-React-App Errors | ||
|
||
## TypeError: cmd is not a function | ||
|
||
This error typically occurs when you set up a Medusa project with `create-medusa-app` and try to run the Medusa backend. | ||
|
||
To resolve this issue, make sure you change into the `backend` directory of the Medusa project you created before trying to start the Medusa backend: | ||
|
||
```bash npm2yarn | ||
cd backend | ||
npm run start | ||
``` | ||
|
||
## Other Errors | ||
|
||
If you ran into another error, please try to search through [our GitHub issues](https://github.com/medusajs/medusa/issues) to see if there's a solution for your issue. If not, please [create an issue on GitHub](https://github.com/medusajs/medusa/issues/new?assignees=olivermrbl&labels=status:+needs+triaging,+type:+bug&template=bug_report.md&title=) and our team will help you resolve it soon. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters