TryGhost / node-sqlite3

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

Error installing sqlite3 on Windows ARM64 #1807

Closed vicancy closed 1 week ago

vicancy commented 1 week ago

Issue Summary

Failed to install the package on Windows ARM64. Tried all the installation options but none works.

Any help or hints are appreciated.

Relevant logs or output

Version

latest

Node.js Version

22.11.0

How did you install the library?

windows-arm64

vicancy commented 1 week ago

I succeeded after I uninstalled all the visual studio versions and reinstalled from visual studio installer... not use choco install. The components MSVC v143 - VS 2022 C++ ARM64/ARM64EC and Windows 10 SDK (10.0.20348.0) are the must have (looks like node-gyp expects this exact windows SDK version 10.0.20348.0)