Attempted to compile “zone.js” as an external module, but it looks like a global module

前端 未结 1 566
心在旅途
心在旅途 2021-02-05 17:52

I have the \"AngularClass\" angular2-webpack-starter project I have install all npm dependencies Now I\'m trying to install typings

typings.json

{
  \"de         


        
相关标签:
1条回答
  • 2021-02-05 18:21

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

    0 讨论(0)
提交回复
热议问题