16:55:28.786 项目 test 开始编译
16:55:38.888 请注意运行模式下,因日志输出、sourcemap 以及未压缩源码等原因,性能和包体积,均不及发行模式。若要正式发布,请点击发行菜单或使用 cli 发布命令进行发布
16:55:38.888 正在编译中...
16:55:50.042 项目 test 编译成功。
16:55:50.046 ready in 20129ms.
16:55:51.100 安装鸿蒙工程的依赖 ...
16:55:59.182 安装鸿蒙工程依赖成功
16:55:59.182 元服务依赖ascf-toolkit,请确保已全局安装成功,安装命令:npm install -g @atomicservice/ascf-toolkit --registry=https://registry.npmmirror.com
16:55:59.182 开始制作运行包 .hap,请耐心等待 .................
16:57:13.626 运行包制作成功
16:57:13.798 安装 .hap 到鸿蒙设备 ...
16:57:14.327 [Info]App install path:C:\Users\Administrator\AppData\Local\Temp\0bf5f4a30a3a48ef81e223ab4ac812ea\entry\build\default\outputs\default\entry-default-signed.hap msg:error: failed to install bundle. code:9568305 error: Failed to install the HAP or HSP because the dependent module does not exist.
AppMod finish
16:57:14.327 安装失败
通过HBuilder新建的Vue3项目运行到鸿蒙上一直不成功,看了新建项目也没有增加什么依赖,求求大佬帮忙看下 目前定位不到问题在哪
2***@qq.com (作者)
还是不行大佬
"isRenderableAttrValue" is not exported by "node_modules/.pnpm/@vue+shared@3.2.47/node_modules/@vue/shared/dist/shared.esm-bundler.js", imported by "node_modules/.pnpm/@vue+runtime-core@3.5.13/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js".
10:30:51.309 at ../node_modules/.pnpm/@vue+runtime-core@3.5.13/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:8:270
10:30:51.309 6: import { pauseTracking, resetTracking, isRef, toRaw, traverse, shallowRef, readonly, isReactive, ref, isShallow, shallowReadArray, toReactive, shallowReadonly, track, reactive, shallowReactive, trigger, ReactiveEffect, watch as watch$1, customRef, isProxy, proxyRefs, markRaw, Eff...
10:30:51.309 7: export { EffectScope, ReactiveEffect, TrackOpTypes, TriggerOpTypes, customRef, effect, effectScope, getCurrentScope, getCurrentWatcher, isProxy, isReactive, isReadonly, isRef, isShallow, markRaw, onScopeDispose, onWatcherCleanup, proxyRefs, reactive, readonly, ref, shallowReactiv...
10:30:51.310 8: import { isString, isFunction, isPromise, isArray, EMPTY_OBJ, NOOP, getGlobalThis, extend, isBuiltInDirective, hasOwn, remove, def, isOn, isReservedProp, normalizeClass, stringifyStyle, normalizeStyle, isKnownSvgAttr, isBooleanAttr, isKnownHtmlAttr, includeBooleanAttr, isRenderab...
10:30:51.310 ^
10:30:51.310 9: export { camelize, capitalize, normalizeClass, normalizeProps, normalizeStyle, toDisplayString, toHandlerKey } from '@vue/shared';
2025-02-21 10:32
DCloud_UNI_OttoJi
回复 2***@qq.com: 私聊我工程和截图吧,群里问的是你吗
2025-02-21 11:10
2***@qq.com (作者)
回复 DCloud_UNI_OttoJi: 前几天是我问的
2025-02-21 13:37
DCloud_UNI_OttoJi
回复 2***@qq.com: 如之前沟通,发现是 hdc 的版本太低了,可能是安装了鸿蒙早期的依赖,按照华为文档在环境变量中使用 deveco 内置的 hdc 即可
2025-02-21 15:04