Cannot read properties of undefined (reading 'create_time')
时间: 2023-08-25 07:11:38 浏览: 187
关于在Qt SDK编译affine等demo时出现error: cannot find -ldemo_shared等错误的解决方案:
5星 · 资源好评率100%
根据提供的引用内容,报错信息表明在webpack构建项目时出现了问题。具体错误发生在webpack-cli的config-yargs.js文件的第89行,报错信息是"Cannot read property 'properties' of undefined"。,报错的代码行为"describe: optionsSchema.definitions.output.properties.path.description",这意味着output对象中的properties属性为undefined,导致无法读取其path属性。,最新版本的webpack-cli中对output-path的描述已经发生了变化,使用了getSchemaInfo方法来获取description属性。<em>1</em><em>2</em><em>3</em>
#### 引用[.reference_title]
- *1* *2* *3* [Webpack Error——TypeError: Cannot read property 'properties' of undefined原因分析及解决方法](https://blog.csdn.net/weixin_40817115/article/details/84837109)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}} ] [.reference_item]
[ .reference_list ]
阅读全文