Tencent / tdesign-vue-next-starter

A starter-kit for TDesign Vue Next UI components
https://tdesign.tencent.com/starter/vue-next/
MIT License
699 stars 188 forks source link

当前 develop 版 build 时,报错(TS严格模式迁移) #697

Open BeastLee33 opened 7 months ago

BeastLee33 commented 7 months ago

tdesign-vue-next-starter 版本

develop

重现链接

No response

重现步骤

image

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

github-actions[bot] commented 7 months ago

👋 @BeastLee33,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

github-actions[bot] commented 7 months ago

♥️ 有劳 @timi137137 @liweijie0812 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @BeastLee33 。

timi137137 commented 7 months ago

image 无法复现,猜测是你本地的依赖版本不一致,删除所有node_modules后重新install再试

timi137137 commented 7 months ago

image

BeastLee33 commented 7 months ago

image

timi137137 commented 7 months ago

无法复现,暂时不知原因

timi137137 commented 7 months ago

确定问题是因为你的依赖版本太高导致,pnpm不会按照package.json的限制安装依赖 这个问题已经在 #699 中修复