-
Notifications
You must be signed in to change notification settings - Fork 97
windows10 安装工程sqlite3总是指定到3.1.13版本,修改package 都无效 #34
Description
node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v72-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.13 and node@12.17.0 (node-v72 ABI) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v72-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.13 and node@12.17.0 (node-v72 ABI) (falling back to source compile with node-gyp)
[1/2] scripts.install sqlite3@^3.1.8 run "node-pre-gyp install --fallback-to-build", root: "/usr/local/lib/node_modules/ipapk-server/node_modules/_sqlite3@3.1.13@sqlite3"
node-pre-gyp http GET https://cdn.npm.taobao.org/dist/sqlite3/v3.1.13/node-v72-darwin-x64.tar.gz
node-pre-gyp http 404 https://cdn.npm.taobao.org/dist/sqlite3/v3.1.13/node-v72-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(404): https://cdn.npm.taobao.org/dist/sqlite3/v3.1.13/node-v72-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.13 and node@12.14.0 (node-v72 ABI) (falling back to source compile with node-gyp)
node-pre-gyp http 404 status code downloading tarball https://cdn.npm.taobao.org/dist/sqlite3/v3.1.13/node-v72-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(undefined): https://cdn.npm.taobao.org/dist/sqlite3/v3.1.13/node-v72-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.13 and node@12.14.0 (node-v72 ABI) (falling back to source compile with node-gyp)
node-pre-gyp http Connection closed while downloading tarball file
直接npm install -g ipapk-server 无法找到资源文件下载
使用taobao镜像 3.1.13版本下载没有node-v72-win32-x64.tar.gz文件