TryGhost / node-sqlite3

SQLite3 bindings for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't install sqlite3 with tarball

zcmarkyoung opened this issue · comments

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

anyone can help me?