Skip to content

chore(docs): update Node.js requirement (#1883) #2078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down