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
Please sign in to leave a comment.
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
Ok I will update, thank you.