We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36982e commit 3014888Copy full SHA for 3014888
docusaurus/docs/snippets/installation-prerequisites.md
@@ -1,8 +1,8 @@
1
Before installing Strapi, the following requirements must be installed on your computer:
2
3
- [Node.js](https://nodejs.org): Only Maintenance and LTS versions are supported (`v16`, `v18`, and `v20`).
4
- - Node v18.x is recommended for Strapi `v4.3.9` and above
5
- - Node v16.x is recommended for Strapi `v4.0.x` to `v4.3.8`.
+ - Node v18.x is recommended for Strapi `v4.3.9` and above
+ - Node v16.x is recommended for Strapi `v4.0.x` to `v4.3.8`.
6
- Your preferred Node.js package manager:
7
- [npm](https://docs.npmjs.com/cli/v6/commands/npm-install) (`v6` and above)
8
- [yarn](https://yarnpkg.com/getting-started/install)
0 commit comments