TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 817 forks source link

Sqlite not a walid win32 app error #1804

Open Yusufkulcu opened 2 weeks ago

Yusufkulcu commented 2 weeks ago

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