From 43027a22c0f5b9a1b888c0a33a057702d7801db1 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 5 Nov 2017 20:58:28 +0100 Subject: [PATCH 1/2] docs: drop support for node 4 The codebase is being modernized and the cli no longer works with node 4. 8 being stable, I think it's safe to drop support for version 4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be553c6077..c2180d29f2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple CLI for scaffolding Vue.js projects. ### Installation -Prerequisites: [Node.js](https://nodejs.org/en/) (>=4.x, 6.x preferred), npm version 3+ and [Git](https://git-scm.com/). +Prerequisites: [Node.js](https://nodejs.org/en/) (>=6.x, 4.x preferred), npm version 3+ and [Git](https://git-scm.com/). ``` bash $ npm install -g vue-cli From 2024f4e52097bed96b527d2e519dccba334f434b Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 3 Jan 2018 12:50:58 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2180d29f2..78ef40866e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple CLI for scaffolding Vue.js projects. ### Installation -Prerequisites: [Node.js](https://nodejs.org/en/) (>=6.x, 4.x preferred), npm version 3+ and [Git](https://git-scm.com/). +Prerequisites: [Node.js](https://nodejs.org/en/) (>=6.x, 8.x preferred), npm version 3+ and [Git](https://git-scm.com/). ``` bash $ npm install -g vue-cli