赞
踩
npm install @ohos/hvigor-ohos-plugin@2.4.2
导致项目build出现问题,但当时无报错,只是与平时项目构建后不同如下
且配置文件上有Try Again报错
Try Again后重构依旧
运行run输出报错:
报错关键词:
cannot read properties of undefined (reading 'foreach')
hvigor错误
>hvigor ERROR: Failed :entry:default@compileResource...
>hvigor ERROR: Tools execution failed.
Error: output path empty.
Detail:Please check the message from tools.> hvigOr ERROR: BUILD FAILED in 697 ms
npm uninstall @ohos/hvigor-ohos-plugin@2.4.2
在线提交工单的网址:https://developer.huawei.com/consumer/cn/support/feedback/#/
ps:根据提供的模板详细描述
问题原因如下:
可能存在旧版本的hvigor导致node寻址寻到了老版本的
问题解决方案:
当前日志打印的都是hvigor debug日志;如果确认自己没有手动开启debug日志的话,可以在工程级的hvigorfile.ts中加上一行console.log(require.resolve('@ohos/hvigor'))
图片如下:
看下当前使用的hvigor是否是当前使用到的(和下面截图路径一致就是正确的);如果不一致请删除多余的hvigor
图片路径为项目构建时第一条输出
该问题出现在我运行了npm install额外安装了hvigor,但没有及时找到npm安装路径下删除额外的hvigor,同时对harmony项目构建过程不够了解。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。