mirror of
https://github.com/strapi/strapi.git
synced 2025-08-06 15:53:11 +00:00
Merge pull request #2391 from derrickmehaffy/fixNodeVersions
Update Package.json Node and NPM Versions to current LTS
This commit is contained in:
commit
511d913abf
4
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
4
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -18,8 +18,8 @@ about: Create a report to help us improve 🤔.
|
|||||||
<!-- The latest version of Strapi. -->
|
<!-- The latest version of Strapi. -->
|
||||||
|
|
||||||
**Informations**
|
**Informations**
|
||||||
- **Node.js version**:
|
- **Node.js version**: <!-- Please ensure you are using the Node LTS version (v10) -->
|
||||||
- **npm version**:
|
- **NPM version**:
|
||||||
- **Strapi version**: <!-- Please make sure you are on the latest version -->
|
- **Strapi version**: <!-- Please make sure you are on the latest version -->
|
||||||
- **Database**:
|
- **Database**:
|
||||||
- **Operating system**:
|
- **Operating system**:
|
||||||
|
@ -6,8 +6,8 @@ git:
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "9"
|
|
||||||
- "10"
|
- "10"
|
||||||
|
- "11"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export CHROME_BIN=chromium-browser
|
- export CHROME_BIN=chromium-browser
|
||||||
|
11
README.md
11
README.md
@ -44,10 +44,21 @@
|
|||||||
|
|
||||||
#### 🖐 Requirements
|
#### 🖐 Requirements
|
||||||
|
|
||||||
|
Operating system:
|
||||||
|
* Ubuntu/Debian
|
||||||
|
* CentOS/RHEL
|
||||||
|
* MacOS
|
||||||
|
* Windows - [WSL Only](https://github.com/strapi/strapi/wiki/Frequently-Asked-Questions#windows)
|
||||||
|
* Docker - [Docker-Repo](https://github.com/strapi/strapi-docker)
|
||||||
|
|
||||||
|
**Please note that Strapi may work on other Operating Systems, but are not tested at this time.**
|
||||||
|
|
||||||
Node:
|
Node:
|
||||||
* NodeJS >= 10.x
|
* NodeJS >= 10.x
|
||||||
* NPM >= 6.x
|
* NPM >= 6.x
|
||||||
|
|
||||||
|
**Please note that right now Node 11 is not Officially supported, and the current Node LTS (v10) should be used.**
|
||||||
|
|
||||||
Database:
|
Database:
|
||||||
* MongoDB >= 3.x
|
* MongoDB >= 3.x
|
||||||
* MySQL >= 5.6
|
* MySQL >= 5.6
|
||||||
|
@ -59,8 +59,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.0.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -47,8 +47,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.0.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -38,8 +38,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -76,8 +76,8 @@ module.exports = scope => {
|
|||||||
'uuid': uuid()
|
'uuid': uuid()
|
||||||
},
|
},
|
||||||
'engines': {
|
'engines': {
|
||||||
'node': '>= 9.0.0',
|
"node": ">= 10.0.0",
|
||||||
'npm': '>= 5.0.0'
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
'license': scope.license || 'MIT'
|
'license': scope.license || 'MIT'
|
||||||
});
|
});
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -55,8 +55,8 @@ module.exports = scope => {
|
|||||||
'url': scope.website || ''
|
'url': scope.website || ''
|
||||||
}],
|
}],
|
||||||
'engines': {
|
'engines': {
|
||||||
'node': '>= 9.0.0',
|
"node": ">= 10.0.0",
|
||||||
'npm': '>= 5.3.0'
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
'license': scope.license || 'MIT'
|
'license': scope.license || 'MIT'
|
||||||
});
|
});
|
||||||
|
@ -40,8 +40,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -3,8 +3,8 @@
|
|||||||
"version": "3.0.0-alpha.15",
|
"version": "3.0.0-alpha.15",
|
||||||
"description": "Helper for Strapi plugins development",
|
"description": "Helper for Strapi plugins development",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
|
@ -52,8 +52,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.0.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -42,8 +42,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -41,8 +41,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -14,8 +14,8 @@
|
|||||||
"url": "http://strapi.io"
|
"url": "http://strapi.io"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -48,8 +48,8 @@
|
|||||||
"url": "git://github.com/strapi/strapi.git"
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.0.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -47,8 +47,8 @@
|
|||||||
"url": "git://github.com/strapi/strapi.git"
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.0.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -45,8 +45,8 @@
|
|||||||
"url": "git://github.com/strapi/strapi.git"
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.0.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -45,8 +45,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -44,8 +44,8 @@
|
|||||||
"url": "git://github.com/strapi/strapi.git"
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.0.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -43,8 +43,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 7.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -52,8 +52,8 @@
|
|||||||
"url": "git://github.com/strapi/strapi.git"
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.0.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -35,8 +35,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -38,8 +38,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -38,8 +38,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -37,8 +37,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -39,8 +39,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -35,8 +35,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -46,8 +46,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
@ -89,8 +89,8 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 9.0.0",
|
"node": ">= 10.0.0",
|
||||||
"npm": ">= 5.3.0"
|
"npm": ">= 6.0.0"
|
||||||
},
|
},
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user