-
-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundled build error on Windows #1758
Comments
@damms005 But this solution only works for version 5.1.6 and below. This doesn't work in version 5.1.7. I created an issue about this here #1754 I hope I helped somehow, good luck! |
Thanks for the clarification, @CodingBear-Git. I thought as much, but I do not have any proof or read about it anywhere. Two questions:
|
|
Thanks for your detailed response, @CodingBear-Git . Per #1754, it seems you are also having this cross-platform issue. I also evidently do not have very deep experience with Node.js. However, it seems @lovell's comment that I posted above is a likely way out and I will update you here if I find anything worthwhile. |
Issue Summary
I develop and build my VS Code extension on my Linux machine.
It uses sqlite3 to connect to SQLite databases.
However, some Windows users have node error that the node sqlite3 build is not a valid Win32 application
Details in this issue: damms005/devdb-vscode#46
I build and deploy the code from my Linux machine.
How do I address this please?
Steps to Reproduce
Version
5.1.7
Node.js Version
v20.3.0
How did you install the library?
Bundled in the extension as explained in teh steps above
The text was updated successfully, but these errors were encountered: