Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
f2317802
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3172
Star
105
Fork
804
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
93
列表
看板
标记
里程碑
合并请求
67
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
93
Issue
93
列表
看板
标记
里程碑
合并请求
67
合并请求
67
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
f2317802
编写于
12月 06, 2024
作者:
辛宝Otto
🥊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: 临时兼容 ascf 报错
上级
e101d1dc
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
33 addition
and
0 deletion
+33
-0
docs/tutorial/mp-harmony/intro.md
docs/tutorial/mp-harmony/intro.md
+33
-0
未找到文件。
docs/tutorial/mp-harmony/intro.md
浏览文件 @
f2317802
...
@@ -421,3 +421,36 @@ Map 和相关定位需要 [华为AppGallery Connect 后台](https://developer.hu
...
@@ -421,3 +421,36 @@ Map 和相关定位需要 [华为AppGallery Connect 后台](https://developer.hu
### 分包 `The subpackage path name does not meet the requirements`
### 分包 `The subpackage path name does not meet the requirements`
已知问题。目前线上的 ascf 依赖版本尚不支持分包路径中包含
`-`
等特殊符号,适配需要修改相关路径成
`_`
操作符,规避此问题,后续华为会解决该问题。
已知问题。目前线上的 ascf 依赖版本尚不支持分包路径中包含
`-`
等特殊符号,适配需要修改相关路径成
`_`
操作符,规避此问题,后续华为会解决该问题。
### 之后突然报错 `Cannot find module '@atomicservice/ascf-toolkit'`
2024-12-06 更新的鸿蒙依赖有问题,可以临时用下面方式兼容。
临时解决元服务依赖报错,在 harmony-mp-configs 目录新建 hvigor/hvigor-config.json5
```
{
"modelVersion": "5.0.0",
"dependencies": {
"@atomicservice/ascf-toolkit-hvigor-plugin": "1.0.0"
},
"execution": {
// "analyze": "normal", /* Define the build analyze mode. Value: [ "normal" | "advanced" | false ]. Default: "normal" */
// "daemon": true, /* Enable daemon compilation. Value: [ true | false ]. Default: true */
// "incremental": true, /* Enable incremental compilation. Value: [ true | false ]. Default: true */
// "parallel": true, /* Enable parallel compilation. Value: [ true | false ]. Default: true */
// "typeCheck": false, /* Enable typeCheck. Value: [ true | false ]. Default: false */
},
"logging": {
// "level": "info" /* Define the log level. Value: [ "debug" | "info" | "warn" | "error" ]. Default: "info" */
},
"debugging": {
// "stacktrace": false /* Disable stacktrace compilation. Value: [ true | false ]. Default: false */
},
"nodeOptions": {
// "maxOldSpaceSize": 8192 /* Enable nodeOptions maxOldSpaceSize compilation. Unit M. Used for the daemon process. Default: 8192*/
// "exposeGC": true /* Enable to trigger garbage collection explicitly. Default: true*/
}
}
```
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录