From b3b2bfef0261f5a150879308ba423d74b75e5fa4 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 13 Sep 2016 15:08:25 +0900 Subject: [PATCH] chore(docs): update Node.js requirement (#1883) `ng --version` does not work on Node.js 4 anymore as reported in #1883 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b602a961a00..81be401b3bf1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can install and update your projects using [these instructions](https://gith ## Prerequisites -The generated project has dependencies that require **Node 4.x.x and NPM 3.x.x**. +The generated project has dependencies that require **Node.js 6.x.x and NPM 3.x.x**. ## Table of Contents @@ -385,7 +385,7 @@ This project is currently a prototype so there are many known issues. Just to me - On Windows you need to run the `build` and `serve` commands with Admin permissions, otherwise the performance is not good. - The initial installation as well as `ng new` take too long because of lots of npm dependencies. - Many existing ember addons are not compatible with Angular apps built via angular-cli. -- When you `ng serve` remember that the generated project has dependencies that require **Node 4 or greater**. +- When you `ng serve` remember that the generated project has dependencies that require **Node.js 6 or greater**. ## Development Hints for hacking on angular-cli