### Issue Summary I am trying to install on a x86 Mac and get the following error in node gyp https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz Current node version is node -v v22.17.0 Hitting link directly also shows access denied ### Relevant logs or output pm error node-pre-gyp http GET https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz npm error node-pre-gyp http 403 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz npm error node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz npm error node-pre-gyp WARN Pre-built binaries not found for sqlite3@4.2.0 and node@22.17.0 (node-v127 ABI, unknown) (falling back to source compile with node-gyp) npm error node-pre-gyp http 403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz npm error gyp info it worked if it ends with ok ### Version latest ### Node.js Version v22.17.0 ### How did you install the library? npm on x86 mac for node
Issue Summary
I am trying to install on a x86 Mac and get the following error in node gyp
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz
Current node version is node -v v22.17.0
Hitting link directly also shows access denied
Relevant logs or output
pm error node-pre-gyp http GET https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz
npm error node-pre-gyp http 403 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz
npm error node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz
npm error node-pre-gyp WARN Pre-built binaries not found for sqlite3@4.2.0 and node@22.17.0 (node-v127 ABI, unknown) (falling back to source compile with node-gyp)
npm error node-pre-gyp http 403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v127-darwin-x64.tar.gz
npm error gyp info it worked if it ends with ok
Version
latest
Node.js Version
v22.17.0
How did you install the library?
npm on x86 mac for node