当前位置:   article > 正文

【HarmonyOS NEXT】编译报错:ERROR: Cannot read property ‘getTaskService‘ of undefined_鸿蒙 cannot read properties of undefined (reading 'g

鸿蒙 cannot read properties of undefined (reading 'gettaskservice')

【问题描述】

编译运行报错,具体报错如下:

ERROR: Cannot read property 'getTaskService' of undefined

hvigorfile.ts

  1. // Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
  2. module.exports = require(’@ohos/hvigor-ohos-plugin’).harTasks

【问题分析】

可能是由于模块导出方式导致的问题。

【解决方案】

1.可以尝试修改hvigorfile.ts中的模块导出方式来解决这个问题

module.exports = require(’@ohos/hvigor-ohos-plugin’).harTasks

需要修改为:

export { harTasks } from@ohos/hvigor-ohos-plugin’

2.上述hvigorfile.ts修改后 ,可点击DevEco Studio上的Build > Clean Project后清除缓存,关闭DevEco Studio后重新打开对应的工程,等待系统自动同步。

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号