mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 19:36:20 +00:00
Update Database and Node specs per Strapi
This commit is contained in:
parent
1372e40ff2
commit
b93a5c8789
19
README.md
19
README.md
@ -34,18 +34,23 @@ ecosystem has been introduced. **Both versions are available, we still recommend
|
||||
|
||||
#### Alpha
|
||||
|
||||
The alpha has support for the latest version of Node.js (v9) and npm (v5).
|
||||
The alpha has support for the latest version of Node.js (v10) and npm (v6).
|
||||
```bash
|
||||
npm install strapi@alpha -g
|
||||
```
|
||||
|
||||
##### Requirements
|
||||
```
|
||||
NodeJS >= 9
|
||||
MongoDB >= 2.6
|
||||
MySQL >= 2.6
|
||||
PostgreSQL >= 10
|
||||
```
|
||||
|
||||
Node:
|
||||
* NodeJS >= 10.x
|
||||
* NPM >= 6.x
|
||||
|
||||
Database:
|
||||
* MongoDB >= 3.x
|
||||
* MySQL >= 5.6
|
||||
* MariaDB >= 10.1
|
||||
* PostgreSQL >= 10
|
||||
|
||||
|
||||
|
||||
#### Stable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user