Merge pull request #2391 from derrickmehaffy/fixNodeVersions

Update Package.json Node and NPM Versions to current LTS
This commit is contained in:
Jim LAURIE 2018-11-29 11:22:05 +01:00 committed by GitHub
commit 511d913abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
40 changed files with 113 additions and 102 deletions

View File

@ -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**:

View File

@ -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

View File

@ -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

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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'
}); });

View File

@ -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"
} }

View File

@ -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'
}); });

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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",

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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": [
{ {

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"