Error While Adding Cordova Plugin "sqlite-connector.jar" not found!"

user5964945

Error While Adding Sqlite plugin into Ionic project How to solve this? Thanks in advance

  • Command

  • Error:

    • Error: Uh oh! /project-path/plugins/cordova-sqlite-storage/node_modules/cordova-sqlite-storage-dependencies/libs/sqlite-connector.jar" not found!
Del

Dont install like this, use

ionic plugin add cordova-sqlite-storage

Also you need to have installed nodejs globally to allow node-modules to be installed via npm, as seen in their doc

This version uses a before_plugin_install hook to install sqlite3 library dependencies from cordova-sqlite-storage-dependencies via npm.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Related Related

HotTag

Archive