ant-design / ant-design-pro

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
https://pro.ant.design
MIT License
36.13k stars 8.12k forks source link

🧐[问题 | question]移除i18n国际化时报错TypeError: Cannot read properties of undefined (reading 'map') #11263

Open apex-zhan opened 4 weeks ago

apex-zhan commented 4 weeks ago

🧐 问题描述 | Problem description

const arrayList = getLocaleFileList(absSrcPath, absPagesPath)[locale].map(({ path }) => ^

TypeError: Cannot read properties of undefined (reading 'map')

const arrayList = getLocaleFileList(absSrcPath, absPagesPath)[locale].map(({ path }) => ^

TypeError: Cannot read properties of undefined (reading 'map') at module.exports (D:\学习文件\BI-frontend\zxwbi-frontend\node_modules\@ant-design\pro-cli\src\i18n\getLocalFileList.js:48:72) at module.exports (D:\学习文件\BI-frontend\zxwbi-frontend\node_modules\@ant-design\pro-cli\src\i18n\index.js:49:21) at Object. (D:\学习文件\BI-frontend\zxwbi-frontend\node_modules\@ant-design\pro-cli\cli.js:41:32)

💻 示例代码 | Sample code

🚑 其他信息 | Other information

OS:window

Node:v18.10.0 微信图片_20240621172837

浏览器 | browser:

github-actions[bot] commented 4 weeks ago

以下的 Issues 可能会帮助到你 / The following issues may help you

apex-zhan commented 4 weeks ago

已解决:向我这样改成功了 微信图片_20240621190412