node-sqlserver-v8 icon indicating copy to clipboard operation
node-sqlserver-v8 copied to clipboard

Uncaught Exception: static Sybase = new ServerDialect("Sybase")

Open marek8623 opened this issue 1 year ago • 0 comments

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

marek8623 avatar Feb 16 '24 17:02 marek8623