Skip to content

Fix broken nodejs releases documentation link #1967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus/docs/snippets/installation-prerequisites.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Before installing Strapi, the following requirements must be installed on your computer:

- [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).
- [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).
- Your preferred Node.js package manager:
- [npm](https://docs.npmjs.com/cli/v6/commands/npm-install) (`v6` and above)
- [yarn](https://yarnpkg.com/getting-started/install)
Expand Down