Antdv pro加入vxetable报错
可复现的链接(必须为公开链接,仅包含能复现问题的示例代码):
.
是否已准备好复现链接与示例代码?
- [x] 我确定已准备好以上复现链接
问题描述与截图:
创建antdv pro项目 https://docs.antdv-pro.com/guide/getting-started.html
然后pnpm add vxe-table 再pnpm dev 就会出现: Progress: resolved 1356, reused 1227, downloaded 5, added 9, done WARN Issues with peer dependencies found . ├─┬ rolldown-vite 7.1.2 │ └── ✕ unmet peer esbuild@^0.25.0: found 0.20.2 ├─┬ @typescript-eslint/eslint-plugin 8.18.2 │ ├── ✕ unmet peer typescript@">=4.8.4 <5.8.0": found 5.8.3 │ ├─┬ @typescript-eslint/utils 8.18.2 │ │ ├── ✕ unmet peer typescript@">=4.8.4 <5.8.0": found 5.8.3 │ │ └─┬ @typescript-eslint/typescript-estree 8.18.2 │ │ └── ✕ unmet peer typescript@">=4.8.4 <5.8.0": found 5.8.3 │ └─┬ @typescript-eslint/type-utils 8.18.2 │ └── ✕ unmet peer typescript@">=4.8.4 <5.8.0": found 5.8.3 ├─┬ @typescript-eslint/parser 8.18.2 │ └── ✕ unmet peer typescript@">=4.8.4 <5.8.0": found 5.8.3 └─┬ antdv-component-resolver 1.0.7 └── ✕ unmet peer unplugin-vue-components@^0.26.0: found 29.0.0
尝试各种方法,比如指定版本,比如rolldown降版,都不行。
期望的结果:
能兼容andtv pro
操作系统:
windows11
浏览器版本:
edge最新版
vue 版本:
3.5.18
vxe-pc-ui 版本:
?
vxe-table 版本:
4.16.19
是否使用当前最新版本?
- [x] 我确定已经更新到最新版本后依然存在该问题
建议先去尝试安装任意一个其他的库,不要安装 vxe-table