var Sqlite = require("nativescript-sqlite");
After installing the plugin I get the following error.
Error: Cannot find module 'nativescript-sqlite-commercial'
Can use please update your example to include the plugin in right way?
My Angular/NativeScript app info
"@angular/core": "~8.0.0",
"nativescript-angular": "~8.0.0",
"nativescript-sqlite": "^2.3.3",
node: v10.16.0
Windows 10 Pro x64
var Sqlite = require("nativescript-sqlite");
After installing the plugin I get the following error.Error: Cannot find module 'nativescript-sqlite-commercial'
Can use please update your example to include the plugin in right way?My Angular/NativeScript app info