Closed leebehrens closed 3 years ago
Hi @leebehrens
Electron 13 binary which is released recently is not added to that repo. We will add it by the EOD. Sorry for the trouble.
Thanks, Akhil
Hi @leebehrens
Pushed the latest electron binaries. Please click on rebuild native modules and try to establish a connection.
If any issue occurs please let me know.
Thanks, Akhil
I just tried downloading the extension for the first time and the same thing is happening. There is no file 13, but there is 19-26. I don't have the latest VS Code installed, could that be the problem? Or is there something else? I'm a super noob and barely understand this.
@kentsellers Yes, please upgrade your vscode as 13 version of electron is too old and it was coming with more than 2 year old vscode. Alternatively, you can try installing older version of this extension if vscode support it. Thanks.
Steps to Reproduce:
Error: Failed to rebuild native modules, please reach out to our git page for help
Log:
Found build.zip contains all the files in
build\Release
. Does not containodbc_bindings_win_13.node
. Tried copyingodbc_bindings_win_12.node
toodbc_bindings.node
, but Db2 Connect still didn't work.Looked in https://github.com/ibmdb/node-ibm_db, and find that
odbc_bindings_win_13.node
does not exist in the project (or inbuild.zip
, etc. in the project.Note that before the VSCode update to 1.59.0, Db2 Connect worked for me.