From 3e57f06dbf4928c3b3d2343ca1f73ed1a670064f Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 1 Jun 2016 01:47:41 +0100 Subject: [PATCH] chore(readme): update known issues (#973) Close #970 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 83b73925d898..a5df0a7411ae 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,7 @@ The installation of 3rd party libraries are well described at our [Wiki Page](ht This project is currently a prototype so there are many known issues. Just to mention a few: - All blueprints/scaffolds are in TypeScript only, in the future blueprints in all dialects officially supported by Angular will be available. -- On Windows you need to run the `build` and `serve` commands with Admin permissions, otherwise the performance is not good. -- [Protractor](https://angular.github.io/protractor/) integration is missing. +- On Windows you need to run the `build` and `serve` commands with Admin permissions. - 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**.