docs: added node.js required version for next.js storefront (#3758)

* docs: added node.js required version for next.js storefront

* changed required version of node across docs

* small fix
This commit is contained in:
Shahed Nasser
2023-04-07 09:24:13 +03:00
committed by GitHub
parent f04f5c3498
commit 8c8334203e
5 changed files with 14 additions and 4 deletions

View File

@@ -34,7 +34,9 @@ As the admin dashboard is a plugin installed on the Medusa Backend, you must hav
### Node.js
The Admin uses [Vite v4.1.4](https://vitejs.dev/guide/#scaffolding-your-first-vite-project) which requires v14.8+ or v16+ of Node.js. You can check which version of Node you have by running the following command:
The Admin uses [Vite v4.1.4](https://vitejs.dev/guide/#scaffolding-your-first-vite-project) which requires v14.8+ or v16+ of Node.js, and as Medusa requires v16 or greater it's recommended you use v16+ of Node.js.
You can check which version of Node you have by running the following command:
```bash noReport
node -v