diff --git a/en/op-engineering-op-sqlite.md b/en/op-engineering-op-sqlite.md index dcb9faee045a5ce8394ff59fd31b5af8a9c486eb..ec0cafdaf07f8ab05d30f243d91ea0ddd4de47af 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 afc21ffc529b9f76fd55b8fdca9525ac9c5df8b4..66bd846756a8a2422a30251ecd5d1999ee453f77 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的配置取消注释,即可解决该问题。 ## 开源协议