没有导出成员 'CoordinateReferenceSystem'
has no exported member 'CoordinateReferenceSystem'
我在我的 angular 4 项目中使用 "d3": "^4.10.0",
和 "@types/d3": "^4.10.0",
,突然开始抛出错误
ERROR in @types/d3-geo/index.d.ts (39,19): Namespace '"@types/geojson/index"' has no exported member 'CoordinateReferenceSystem'.
我遇到了这个使用 geojson 的文件
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/d3-geo/index.d.ts
但我认为 geojson 的类型定义没有更新,或者,我正在使用 worng 版本,有人可以帮助我吗。
我在 angular 4 应用程序中遇到了非常相似的错误。它已通过安装 @types/geojson v 1.0.6
修复
不过,我不确定我们最初是如何继承该错误的 - 我们的 package.json
中有固定版本的 npm 包。我们怀疑 OpenLayers
可能正在使用 d3
.
我在我的 angular 4 项目中使用 "d3": "^4.10.0",
和 "@types/d3": "^4.10.0",
,突然开始抛出错误
ERROR in @types/d3-geo/index.d.ts (39,19): Namespace '"@types/geojson/index"' has no exported member 'CoordinateReferenceSystem'.
我遇到了这个使用 geojson 的文件 https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/d3-geo/index.d.ts
但我认为 geojson 的类型定义没有更新,或者,我正在使用 worng 版本,有人可以帮助我吗。
我在 angular 4 应用程序中遇到了非常相似的错误。它已通过安装 @types/geojson v 1.0.6
不过,我不确定我们最初是如何继承该错误的 - 我们的 package.json
中有固定版本的 npm 包。我们怀疑 OpenLayers
可能正在使用 d3
.