Skip to content

Commit b479f8b

Browse files
committed
docs(readme): add node 4 as a prerequisite
The cli generates the project properly with older node versions but angular-cli-github-pages needs node v4 so ng serve fails on older node versions. Make this dependency explicit so that people aren't confused. Closes angular#38
1 parent dafcffc commit b479f8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This projects is very much still a work in progress.
99
We still have a long way before getting out of our alpha stage.
1010
If you wish to collaborate while the project is still young, checkout [our list issues](https://github.com/angular/angular-cli/issues).
1111

12+
## Prerequisites
13+
14+
The generated project has dependencies that require **Node 4 or greater**.
15+
1216
## Installation
1317

1418
```bash

0 commit comments

Comments
 (0)