From 0828218f7d8288c077f6044cd28bb9489a441cfc Mon Sep 17 00:00:00 2001 From: James Date: Tue, 14 Feb 2017 00:07:48 +0100 Subject: [PATCH] Node v6 engine dependency Hi, Isn't this line making angular cli installable even if node version is not supported ? ("node": ">= 6.9.0",) ref: https://github.com/angular/angular-cli/issues/4604 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4782435d725..8276ad53bdee 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/angular/angular-cli.git" }, "engines": { - "node": ">= 4.1.0", + "node": ">= 6.9.0", "npm": ">= 3.0.0" }, "author": "Angular Authors",