installation-prerequisites
Before installing Strapi, the following requirements must be installed on your computer:
- Node.js: Only Active LTS or Maintenance LTS versions are supported (currently
v20,v22, andv24). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v23, v25). - Your preferred Node.js package manager:
- Python (if using a SQLite database)
- A supported web browser: The Admin panel targets browsers matching the default Browserslist query:
last 3 major versions,Firefox ESR,last 2 Opera versions, andnot dead. See browsersl.ist for the current coverage matrix. Projects can override these defaults with a Browserslist configuration at the project root.