Skip to content Skip to sidebar Skip to footer

Attempted To Compile "zone.js" As An External Module, But It Looks Like A Global Module

I have the 'AngularClass' angular2-webpack-starter project I have install all npm dependencies Now I'm trying to install typings typings.json { 'dependencies': { 'zone.js': '

Solution 1:

Typings 1.0.x has some breaking changes. Put "zone.js" into "ambientDependencies" section and rename it to "globalDependencies"


Post a Comment for "Attempted To Compile "zone.js" As An External Module, But It Looks Like A Global Module"