docs: fix node version in create-medusa-app reference (#8443)

* docs: fix node version in create-medusa-app reference

* change node version in cli reference
This commit is contained in:
Shahed Nasser
2024-08-05 11:10:55 +03:00
committed by GitHub
parent be8afcaa63
commit bb4f002d0a
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ The `create-medusa-app` CLI tool simplifies the process of creating a new Medusa
<Note type="check">
- [Node.js v16+](https://nodejs.org/en/download)
- [Node.js v20+](https://nodejs.org/en/download)
- [Git CLI tool](https://git-scm.com/downloads)
- [PostgreSQL](https://www.postgresql.org/download/)
@@ -284,4 +284,4 @@ If the database already has the necessary migrations and you don't need the comm
content: <OtherErrorsTroubleshooting />
}
]}
/>
/>

View File

@@ -10,7 +10,7 @@ The Medusa CLI tool provides commands that facilitate your development.
<Note type="check">
- [Node.js v16+](https://nodejs.org/en/download)
- [Node.js v20+](https://nodejs.org/en/download)
- [Git CLI tool](https://git-scm.com/downloads)
</Note>