From 277664d7527be84472f02a1a1df37a61947cbe75 Mon Sep 17 00:00:00 2001 From: ywp7913 Date: Sat, 13 Dec 2025 11:35:30 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IDCR9A]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9@op-engineering/op-sqlite=E5=BA=93=E7=9A=84=E4=B8=AD?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/op-engineering-op-sqlite.md | 1 + zh-cn/op-engineering-op-sqlite.md | 1 + 2 files changed, 2 insertions(+) diff --git a/en/op-engineering-op-sqlite.md b/en/op-engineering-op-sqlite.md index dcb9faee..ec0cafda 100644 --- a/en/op-engineering-op-sqlite.md +++ b/en/op-engineering-op-sqlite.md @@ -354,6 +354,7 @@ Open the `YourProject/entry/src/main/module.json5` file and add the following co ## Known Issues ## Others +1. When synchronizing a Harmony project, if you encounter errors related to not finding '../oh_modules/@react-native-ohos/op-sqlite/hvigorfile.ts', you need to first comment out the op-sqlite configuration in the entry/hvigorfile.ts file, then perform synchronization and refresh the project. After the project synchronization is complete and all related dependency packages are installed, uncomment the op-sqlite configuration in hvigorfile.ts to resolve the issue. ## License diff --git a/zh-cn/op-engineering-op-sqlite.md b/zh-cn/op-engineering-op-sqlite.md index afc21ffc..66bd8467 100644 --- a/zh-cn/op-engineering-op-sqlite.md +++ b/zh-cn/op-engineering-op-sqlite.md @@ -377,6 +377,7 @@ ohpm install ## 遗留问题 ## 其他 +1. 同步harmony工程时,如遇找不到'../oh_modules/@react-native-ohos/op-sqlite/hvigorfile.ts'相关报错,需要先将entry/hvigorfile.ts文件中关于op-sqlite的配置注释掉, 然后执行同步和刷新项目,等待项目同步完成,所有相关依赖包安装完毕之后,再将hvigorfile.ts中op-sqlite的配置取消注释,即可解决该问题。 ## 开源协议 -- Gitee