Angular cli build prod: TypeError: Cannot read property 'kind' of undefined

后端 未结 5 1032
耶瑟儿~
耶瑟儿~ 2020-12-06 10:45

I try to build project with Angular CLI ng build --prod and I get this error:

ERROR in TypeError: Cannot read property \'kind\' of undefi

5条回答
  •  -上瘾入骨i
    2020-12-06 11:04

    I got the same issue and solved it by updating my typescript dependency to the latest stable version.

    In my case, I had version 3.7 and I fixed the issue by upgrading to 3.8.

提交回复
热议问题