安装@ types / core-js依赖项上的重复标识符'PropertyKey'

时间:2017-02-06 16:28:06

标签: typescript

我从webpack收到这些消息:

ERROR in [default] D:\projects\living\user-platform\project\node_modules\@types\core-js\index.d.ts:21:13
Duplicate identifier 'PropertyKey'.

ERROR in [default] D:\projects\living\user-platform\project\node_modules\@types\core-js\index.d.ts:85:4
All declarations of 'name' must have identical modifiers.

ERROR in [default] D:\projects\living\user-platform\project\node_modules\@types\core-js\index.d.ts:145:4
Subsequent variable declarations must have the same type.  Variable '[Symbol.unscopables]' must be of type '{ copyWithin
: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: ...', but here has type 'any'.

我正在使用私有包,它使用types/core-js包作为dev依赖。

所以,我需要在项目中将它添加为dev依赖项。然而,它把这些消息转发给我。

有什么想法吗?

我使用this

解决了这个问题

尽管如此,我不太明白我做错了什么......

0 个答案:

没有答案