You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That error is showed on 'sqlite3' simply when I require it through var sqlite3 = require('sqlite3').verbose();
I'm on a angularjs-nodewebkit stack and using gulp, and made all install steps. That error is showed on both, serving app on browser and compiling final app.
The text was updated successfully, but these errors were encountered:
+1
I'm trying to use knex.js in a web browser enviroment (a cordova app) and encountered the same error trying to connect to my sqlite db via cordova-sqlite-storage.
knex.js uses node-sqlite3 to connect to the local db with a websql-wrapper.
That error is showed on 'sqlite3' simply when I require it through
var sqlite3 = require('sqlite3').verbose();
I'm on a angularjs-nodewebkit stack and using gulp, and made all install steps. That error is showed on both, serving app on browser and compiling final app.
The text was updated successfully, but these errors were encountered: