当前位置:   article > 正文

【异常】解决 Cannot find module ‘./element-ui‘ or its corresponding type declarations._cannot find module '@element-plus/icons-vue' or it

cannot find module '@element-plus/icons-vue' or its corresponding type decla

一、报错提示

vue3+ts项目打包报Elementui内部的错

ERROR in D:/Project/项目名称/node_modules/element-ui/types/index.d.ts(1,15):
1:15 Cannot find module './element-ui' or its corresponding type declarations.
  > 1 | export * from './element-ui'
      |               ^
    2 | 
    3 | import * as ElementUI from './element-ui'
    4 | export default ElementUI
ERROR in D:/Project/项目名称/node_modules/element-ui/types/index.d.ts(3,28):
3:28 Cannot find module './element-ui' or its corresponding type declarations.
    1 | export * from './element-ui'
    2 | 
  > 3 | import * as ElementUI from './element-ui'
      |                            ^
    4 | export default ElementUI
    5 | 

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16

二、解决方案

在tsconfig.json文件,compilerOptions里加入 “skipLibCheck”: true,
翻译为:跳过检查库的代码。

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/260111
推荐阅读
相关标签
  

闽ICP备14008679号