在Ionic项目中添加Sqlite时出现的错误如何解决?提前感谢
- cordova plugin add [https://github.com/brodysoft/Cordova-SQLitePlugin.git](https://github.com/brodysoft/Cordova-SQLitePlugin.git)
- Error: Uh oh! /project-path/plugins/cordova-sqlite-storage/node\_modules/cordova-sqlite-storage-dependencies/libs/sqlite-connector.jar" not found!
发布于 2016-05-12 13:50:15
不要像这样安装,请使用
ionic plugin add cordova-sqlite-storage此外,还需要全局安装nodejs,以便通过npm安装节点模块,如它们的doc中所示。
此版本使用before_plugin_install钩子安装sqlite3库依赖项,通过npm从cordova-sqlite存储依赖项安装。
发布于 2018-01-04 08:06:09
尝尝这个
“科多瓦插件添加科多瓦-平方米-存储”
https://stackoverflow.com/questions/37188103
复制相似问题