From f4f86834517a4d0d8bb125522964d044bac7a201 Mon Sep 17 00:00:00 2001 From: Smalllong <898310778@qq.com> Date: Wed, 3 Jan 2018 16:14:51 +0800 Subject: [PATCH] Update Node.js support There is a 'let' expression outside of the strict mode in the bin/vue-init file, which makes Node.js(4.x) unsupported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be553c6077..d33540c130 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), npm version 3+ and [Git](https://git-scm.com/). ``` bash $ npm install -g vue-cli