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
@@ -41,6 +41,14 @@ Instead of manually following this guide to install then later deploy the Next.j
This document assumes you already have a Medusa backend installed. If you dont, please follow the [Quickstart guide for the Medusa backend](../development/backend/install.mdx) to learn how to do it.
You should also have Node.js with v16 or greater installed. You can check your Node.js version with the following command:
```bash noReport
node -v
```
You can install Node from the [official website](https://nodejs.org/en/).
---
## Installation