You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the sqlite3 package in my Nodejs application. But when I run it, I get a walid win32 app error. Although I tried many ways, I could not solve the problem. The application I made works on many computers, but there is such a problem on one device. Can you please help. My work has been disrupted a lot. I have tried all the installation methods written below
npm i sqlite3
npm i sqlite3 --build-from-source
npm i -g node-gyp
npm i -g windows-build-tools
I tried all of these ways as a solution, but it didn't work.
Steps to Reproduce
I expect it to work properly without errors
Version
Last version
Node.js Version
V20.11.0
How did you install the library?
npm i sqlite3, npm i sqlite3 --build-from-source
The text was updated successfully, but these errors were encountered:
Issue Summary
I am using the sqlite3 package in my Nodejs application. But when I run it, I get a walid win32 app error. Although I tried many ways, I could not solve the problem. The application I made works on many computers, but there is such a problem on one device. Can you please help. My work has been disrupted a lot. I have tried all the installation methods written below
npm i sqlite3
npm i sqlite3 --build-from-source
npm i -g node-gyp
npm i -g windows-build-tools
I tried all of these ways as a solution, but it didn't work.
Steps to Reproduce
I expect it to work properly without errors
Version
Last version
Node.js Version
V20.11.0
How did you install the library?
npm i sqlite3, npm i sqlite3 --build-from-source
The text was updated successfully, but these errors were encountered: