将一个模块从线上改为本地依赖后,出现循环依赖问题

将一个模块从线上改为本地依赖后,出现循环依赖问题。

/Applications/DevEco-Studio.app/Contents/tools/node/bin/node /Applications/DevEco-Studio.app/Contents/tools/hvigor/bin/hvigorw.js --mode module -p module=entry@default -p product=default -p requiredDeviceType=phone assembleHap --analyze=normal --parallel --incremental --daemon 
  > hvigor WARN: The current module 'AlipayPortal' has dependency which is not installed at its oh-package.json5. 
  > hvigor WARN: The current module 'entry' has dependency which is not installed at its oh-package.json5. 
  > hvigor WARN: The current module 'sample' has dependency which is not installed at its oh-package.json5. 
  > hvigor WARN: module 'sample' depends on another module 'sample'. This dependency will not be collected because of the potential issue of circular dependencies between hsp/har modules. 
  > hvigor WARN: The current module 'mpaas_commonability' has dependency which is not installed at its oh-package.json5. 
  > hvigor WARN: module 'mpaas_commonability' depends on another module 'sample'. This dependency will not be collected because of the potential issue of circular dependencies between hsp/har modules. 
  > hvigor ERROR: Circular dependency between the following tasks: mpaas_commonability:default@CreateHarBuildProfile -> mpaas_commonability:default@CreateHarBuildProfile. 
  > hvigor ERROR: BUILD FAILED in 835 ms 
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
HarmonyOS
2024-10-31 11:55:36
浏览
收藏 0
回答 1
回答 1
按赞同
/
按时间
superinsect
分享
微博
QQ
微信
回复
2024-10-31 17:11:35
相关问题
HarmonyOS feature模块循环依赖
848浏览 • 1回复 待解决
HarmonyOS 模块依赖问题
774浏览 • 1回复 待解决
Axios与Log循环依赖问题
915浏览 • 1回复 待解决
多个模块依赖出现冲突,怎么办?
1253浏览 • 1回复 待解决
模块依赖冲突/依赖仲裁方法?
2160浏览 • 1回复 待解决
是否允许HAR的循环依赖
2753浏览 • 1回复 待解决
HarmonyOS 多module同时依赖一个har
1742浏览 • 1回复 待解决
HarmonyOS 模块库互相依赖报错
908浏览 • 1回复 待解决
HarmonyOS 工程能否依赖外部模块源码
1305浏览 • 1回复 待解决