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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user