From: Nicolas Coden Date: Mon, 2 Apr 2018 16:42:10 +0000 (+0200) Subject: docs: update required node version to 6.4.0 X-Git-Tag: v6.6.0~3^2~241^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c95a89c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: update required node version to 6.4.0 Node v6.4.0 is required by `puppeteer` in `mocha-headless-chrome`. All others packages works with Node v4.0 --- diff --git a/README.md b/README.md index 70a22af92..fae7e8d64 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Lastly, if you're rolling your own setup, you can install Foundation through a v ## Documentation -The documentation can be found at . To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be **4.0** or higher.) +The documentation can be found at . To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be **6.4.0** or higher.) Run these commands to set up the documentation: diff --git a/package.json b/package.json index 226a47e8f..265c95f47 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "yargs": "^11.0.0" }, "engines": { - "node": ">=4.0", + "node": ">=6.4.0", "npm": ">=2.14.2" }, "repository": {