TryGhost / node-sqlite3

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

can't install sqlite3 with tarball #1728

Open zcmarkyoung opened 1 year ago

zcmarkyoung commented 1 year ago

Issue Summary

I install sqlite3 on windows10 .But npm install sqlite3@5.1.1 failed for bad network. download napi-v6-win32-unknown-x64.tar.gz for 5.1.1 . It doesn't work.

Relevant logs or output

npm install napi-v6-win32-unknown-x64.tar.gz npm ERR! code ENOENT npm ERR! syscall open npm ERR! path C:\Users\zcmky\AppData\Local\npm-cache_cacache\tmp\lK91pL/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\zcmky\AppData\Local\npm-cache_cacache\tmp\lK91pL\package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

Version

5.1.1

Node.js Version

21.1.0

How did you install the library?

window10

zcmarkyoung commented 1 year ago

anyone can help me?