Skip to content

Commit

Permalink
docs: drop support for node 4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
posva authored Nov 5, 2017
1 parent 511bd11 commit 43027a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43027a2

Please sign in to comment.