angular2
angular2 copied to clipboard
Not working with typescript 1.8
When running gulp i'm getting these errors: https://github.com/angular/angular/issues/6468
Downgrading to typescript 1.7 solved it but figured i should raise the problem here.
@binarystarr I counter the same issue, how can u downgrading typescript 1.7. Sorry i'm a newbie.
You can try downgrading to 1.7 by installing like this: npm install -g [email protected]
Downgrading (-g)globally is done and end with following. -- [email protected]
I also tried with --save option to put it among dependencies in project.json
But error remained the same. In the githhub discussion @JosephWoodward says just ignore this https://github.com/angular/angular/issues/6468 . It is thrown as an error but can we consider this as a warning ?