-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
I have installed the code in an ionic installation on windows.
After 'npm install' ,' ionic cordova platform rm android', 'ionic cordova platform add android', i tried to verify thats's everything works well before installing on a device.
But i get those errors :
Typescript Error
Argument of type '{}' is not assignable to parameter of type 'any[]'. Property 'length' is missing in type '{}'.
}).then((db: SQLiteObject) => { | |
---|---|
db.executeSql('CREATE TABLE IF NOT EXISTS expense(rowid INTEGER PRIMARY KEY, date TEXT, type TEXT, description TEXT, amount INT)', {}) | |
.then(res => console.log('Executed SQL')) |
Metadata
Metadata
Assignees
Labels
No labels