node-sqlserver-v8
node-sqlserver-v8 copied to clipboard
Uncaught Exception: static Sybase = new ServerDialect("Sybase")
I am trying to run cordova electron (version 1.1.1) app with msnodesqlv8 version 2.4.0. The build process is ok, but then when I try to install the app I end up with the following error:
Uncaught Exception:
static Sybase = new ServerDialect("Sybase")
I am using:
"cordova-electron": "^1.1.1",
"msnodesqlv8": "^2.4.0",
"mssql": "^6.4.1",
cordova-electron dependencies:
"cordova-common": "^3.2.0",
"electron": "^4.0.1",
"electron-builder": "^20.38.4",
"fs-extra": "^8.0.1",
"nopt": "^4.0.1",
"shelljs": "^0.5.3"
Can someone help me? Thanks