We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.9.x
No response
正常安装 TDesign Starter 脚手架 创建项目 选择 Vue3 模板 选择 通用模板版本 之后创建完毕后 pnpm install
此时是可以正常在本地对项目进行操作的
但 pnpm build 打包后 使用 pnpm run preview 预览时白屏报错 追踪调试报错如下 Uncaught TypeError: Cannot read properties of undefined (reading 'isArray') at is-array.js:5:29
3.3.13
128.0.6613.138
Windows 11 专业版 23H2
20.14.0
该bug出现后 无法上线项目 最后通过 copy 之前脚手架创建的过的项目中的 node_modules 包 之后进行全部替换临时解决
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
👋 @RyzenVega64,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
♥️ 有劳 @timi137137 @liweijie0812 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @RyzenVega64 。
TDesign Starter 版本为 0.9.0 TDesign-Vue-Next版本为 1.9.x - 最新(多个项目 版本不同 但均出现问题)
这个原因是因为pnpm包管理器忽略了package.json中的依赖硬性要求,建议使用yarn或npm包管理器。暂时无解
liweijie0812
timi137137
No branches or pull requests
tdesign-vue-next-starter 版本
1.9.x
重现链接
No response
重现步骤
正常安装 TDesign Starter 脚手架
创建项目
选择 Vue3 模板
选择 通用模板版本
之后创建完毕后 pnpm install
此时是可以正常在本地对项目进行操作的
但 pnpm build 打包后 使用 pnpm run preview 预览时白屏报错 追踪调试报错如下
Uncaught TypeError: Cannot read properties of undefined (reading 'isArray') at is-array.js:5:29
期望结果
No response
实际结果
No response
框架版本
3.3.13
浏览器版本
128.0.6613.138
系统版本
Windows 11 专业版 23H2
Node版本
20.14.0
补充说明
该bug出现后 无法上线项目 最后通过 copy 之前脚手架创建的过的项目中的 node_modules 包 之后进行全部替换临时解决
Tasks
The text was updated successfully, but these errors were encountered: