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:
@@ -13,7 +13,7 @@ This document will guide you through setting up your Medusa backend in a three s
|
||||
|
||||
### Node.js
|
||||
|
||||
Medusa supports Node versions 14 and 16. You can check which version of Node you have by running the following command:
|
||||
Medusa supports Node v16 or greater. You can check which version of Node you have by running the following command:
|
||||
|
||||
```bash noReport
|
||||
node -v
|
||||
|
||||
@@ -20,7 +20,7 @@ Node.js is the environment that makes it possible for Medusa to run, so you must
|
||||
|
||||
:::caution
|
||||
|
||||
Medusa supports versions 14 and 16 of Node.js. You can check your Node.js version using the following command:
|
||||
Medusa supports v16 or greater of Node.js. You can check your Node.js version using the following command:
|
||||
|
||||
```bash noReport
|
||||
node -v
|
||||
|
||||
Reference in New Issue
Block a user