You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/snippets/installation-prerequisites.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Before installing Strapi, the following requirements must be installed on your computer:
2
2
3
-
-[Node.js](https://nodejs.org): Only [Active LTS or Maintenance LTS versions](https://nodejs.dev/en/about/releases/) are supported (currently `v18` and `v20`). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v19, v21).
3
+
-[Node.js](https://nodejs.org): Only [Active LTS or Maintenance LTS versions](https://nodejs.org/en/about/previous-releases) are supported (currently `v18` and `v20`). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v19, v21).
4
4
- Your preferred Node.js package manager:
5
5
-[npm](https://docs.npmjs.com/cli/v6/commands/npm-install) (`v6` and above)
0 commit comments