Typescript error with Angular 2

I am getting following error

"Error:Initialization error (typescript). this.typingsInstaller.attach is not a function"

for a new angular 2 app created from new project option. I also tried using quickstart repo from angular ofificial site result is the same.

I am using latest version of Webstorm 2016.3

0
2 comments

https://youtrack.jetbrains.com/issue/WEB-24235 is fixed in 2016.3.1. For now I'd suggest to either use the bundled TypeScript compiler version or turn TypeScript Service off

1

Ok I will update, thank you.

0

Please sign in to leave a comment.