angular2 icon indicating copy to clipboard operation
angular2 copied to clipboard

Not working with typescript 1.8

Open binarystarr opened this issue 8 years ago • 3 comments

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 avatar Apr 21 '16 12:04 binarystarr

@binarystarr I counter the same issue, how can u downgrading typescript 1.7. Sorry i'm a newbie.

kiemrong08 avatar Apr 28 '16 03:04 kiemrong08

You can try downgrading to 1.7 by installing like this: npm install -g [email protected]

planetoftheweb avatar Apr 28 '16 03:04 planetoftheweb

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 ?

davutg avatar Nov 07 '16 08:11 davutg