Skip to content
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
1 change: 1 addition & 0 deletions docusaurus/docs/snippets/installation-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Before installing Strapi, the following requirements must be installed on your c
- <ExternalLink to="https://yarnpkg.com/getting-started/install" text="yarn"/>
- <ExternalLink to="https://pnpm.io/" text="pnpm" />
- <ExternalLink to="https://www.python.org/downloads/" text="Python"/> (if using a SQLite database)
- A supported web browser: The Admin panel targets browsers matching the default <ExternalLink to="https://github.com/browserslist/browserslist" text="Browserslist"/> query: `last 3 major versions`, `Firefox ESR`, `last 2 Opera versions`, and `not dead`. See <ExternalLink to="https://browsersl.ist/#q=last+3+major+versions%2C+Firefox+ESR%2C+last+2+Opera+versions%2C+not+dead" text="browsersl.ist"/> for the current coverage matrix. Projects can override these defaults with a Browserslist configuration at the project root.
Loading