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. -->
**Informations**
- **Node.js version**:
- **npm version**:
- **Node.js version**: <!-- Please ensure you are using the Node LTS version (v10) -->
- **NPM version**:
- **Strapi version**: <!-- Please make sure you are on the latest version -->
- **Database**:
- **Operating system**:

View File

@ -6,8 +6,8 @@ git:
language: node_js
node_js:
- "9"
- "10"
- "11"
before_install:
- export CHROME_BIN=chromium-browser

View File

@ -44,10 +44,21 @@
#### 🖐 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:
* NodeJS >= 10.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:
* MongoDB >= 3.x
* MySQL >= 5.6

View File

@ -59,8 +59,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.0.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}

View File

@ -47,8 +47,8 @@
}
],
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.0.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}

View File

@ -38,8 +38,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -76,8 +76,8 @@ module.exports = scope => {
'uuid': uuid()
},
'engines': {
'node': '>= 9.0.0',
'npm': '>= 5.0.0'
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
'license': scope.license || 'MIT'
});

View File

@ -45,8 +45,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -55,8 +55,8 @@ module.exports = scope => {
'url': scope.website || ''
}],
'engines': {
'node': '>= 9.0.0',
'npm': '>= 5.3.0'
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
'license': scope.license || 'MIT'
});

View File

@ -40,8 +40,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -3,8 +3,8 @@
"version": "3.0.0-alpha.15",
"description": "Helper for Strapi plugins development",
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"author": {
"email": "hi@strapi.io",

View File

@ -52,8 +52,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.0.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -42,8 +42,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -41,8 +41,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -14,8 +14,8 @@
"url": "http://strapi.io"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"maintainers": [
{
@ -41,4 +41,4 @@
"babel-eslint": "^8.2.3",
"prettier": "^1.12.1"
}
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -48,8 +48,8 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.0.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}

View File

@ -47,8 +47,8 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.0.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}

View File

@ -45,8 +45,8 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.0.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}

View File

@ -45,8 +45,8 @@
}
],
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}

View File

@ -44,8 +44,8 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.0.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -43,8 +43,8 @@
}
],
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}

View File

@ -52,8 +52,8 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.0.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}

View File

@ -35,8 +35,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -38,8 +38,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -38,8 +38,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -37,8 +37,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -39,8 +39,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}

View File

@ -35,8 +35,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -46,8 +46,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}
}

View File

@ -89,9 +89,9 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"preferGlobal": true,
"license": "MIT"
}
}