myopenresources / cc

一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"instanceof" 表达式左侧必须是 "any" 类型、对象类型或类型参数。

lisztj opened this issue · comments

ERROR in G:/node/cc/node_modules/ng2-img-cropper/src/exif.ts (709,38): The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
我把img的类型设置成any就可以正常构建成功了!
tim 20171027093716

@lisztj 你直接改里面的源代码了?

@332557712 是啊,不然一直构建不成功,报这个错误

@lisztj 最好不要这样,万一升级了麻烦,是不是可以考虑集成后重写,或是告诉那个原作者,让他改

@332557712 好的