Skip to content

Commit 2c537c4

Browse files
acidjamesZhicheng Wang
authored and
Zhicheng Wang
committed
build: specify package 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: angular#4604
1 parent 2714159 commit 2c537c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/angular/angular-cli.git"
3030
},
3131
"engines": {
32-
"node": ">= 4.1.0",
32+
"node": ">= 6.9.0",
3333
"npm": ">= 3.0.0"
3434
},
3535
"author": "Angular Authors",

0 commit comments

Comments
 (0)