node-sqlite3 icon indicating copy to clipboard operation
node-sqlite3 copied to clipboard

Prebuild install

Open ArMinasyan opened this issue 9 months ago • 0 comments

Issue Summary

There is a error on progress of build electron app.

Relevant logs or output

⨯ cannot build native dependency reason=prebuild-install failed with error and build from sources not possible because platform or arch not compatible cause=exit status 1 errorOut=prebuild-install info begin Prebuild-install version 7.1.3 prebuild-install warn This package does not support N-API version 36 prebuild-install warn install prebuilt binaries enforced with --force! prebuild-install warn install prebuilt binaries may be out of date! prebuild-install info looking for local prebuild @ prebuilds/sqlite3-v5.1.7-napi-v36-win32-x64.tar.gz prebuild-install info looking for cached prebuild @ /root/.npm/_prebuilds/69004f-sqlite3-v5.1.7-napi-v36-win32-x64.tar.gz prebuild-install http request GET https://github.com/TryGhost/node-sqlite3/releases/download/v5.1.7/sqlite3-v5.1.7-napi-v36-win32-x64.tar.gz prebuild-install http 404 https://github.com/TryGhost/node-sqlite3/releases/download/v5.1.7/sqlite3-v5.1.7-napi-v36-win32-x64.tar.gz prebuild-install warn install No prebuilt binaries found (target=36 runtime=napi arch=x64 libc= platform=win32)

Version

5.1.7

Node.js Version

20.18.3

How did you install the library?

npm install [email protected] --build-from-source --runtime=electron --target=33.2.1

ArMinasyan avatar Feb 27 '25 11:02 ArMinasyan