nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

ReferenceError: sqlitePlugin is not defined #73

Closed marcosandrade22 closed 4 years ago

marcosandrade22 commented 4 years ago

I am using Ionic V1 Is it necessary to perform any additional configuration? because I am getting this error on the console.

nolanlawson commented 4 years ago

npm install should be sufficient. You may also need to add a <script> tag depending on the environment.