Closed vicancy closed 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)
Issue Summary
Failed to install the package on Windows ARM64. Tried all the installation options but none works.
npm install sqlite3
failsnpm install sqlite3 --build-from-source
failsnpm install sqlite3 --build-from-source --sqlite /out
also fails...Any help or hints are appreciated.
Relevant logs or output
full log: 2024-11-13T08_06_28_038Z-debug-0.log
full log: 2024-11-13T08_07_34_886Z-debug-0.log
Version
latest
Node.js Version
22.11.0
How did you install the library?
windows-arm64