element [Bug Report] 2.15.12版本 打包报错 Duplicate identifier问题

lyfkaqu1  于 4个月前  发布在  其他
关注(0)|答案(4)|浏览(53)

Element UI version

2.15.12

OS/Browsers version

Chrome

Vue version

2.7.14

https://github.com/ElemeFE/element

Steps to reproduce

  1. npm install element-ui@2.15.12 安装2.15.12版本
  2. npm run build 打包

What is Expected?

打包成功

What is actually happening?

打包出现错误:

ERROR in D:/frontend/node_modules/element-ui/types/element-ui.d.ts
688:14 Duplicate identifier 'Backtop'.
686 |
687 | /** Backtop Component /
688 | export class Backtop extends ElBacktop {}
| ^
689 |
690 | /
* InfiniteScroll Directive */
691 | export const InfiniteScroll: PluginObject;

看了一下是element-ui.d.ts中出现对模块的重复声明问题

xurqigkl

xurqigkl4#

如果对版本没有要求,可以将版本降到2.15.6即可解决。

相关问题