mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 01:07:27 +00:00
Merge pull request #827 from msgeissler/patch-1
Updated version of node for alpha
This commit is contained in:
commit
b1e90d5136
@ -34,7 +34,7 @@ ecosystem has been introduced. **Both versions are available, we still recommend
|
||||
|
||||
#### Alpha
|
||||
|
||||
The alpha has support for the latest version of Node.js (v8) and npm (v5).
|
||||
The alpha has support for the latest version of Node.js (v9) and npm (v5).
|
||||
```bash
|
||||
npm install strapi@alpha -g
|
||||
```
|
||||
|
@ -51,8 +51,8 @@
|
||||
"url": "https://github.com/strapi/strapi/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 7.0.0",
|
||||
"npm": ">= 3.0.0"
|
||||
"node": ">= 9.0.0",
|
||||
"npm": ">= 5.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user