Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binaries: Access denied #971

Closed
dspangenberg opened this issue Apr 22, 2018 · 6 comments
Closed

Binaries: Access denied #971

dspangenberg opened this issue Apr 22, 2018 · 6 comments

Comments

@dspangenberg
Copy link

dspangenberg commented Apr 22, 2018

electron-webpack couldn't download binaries on yarn run dist:

Error output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using node-pre-gyp@0.9.1
node-pre-gyp info using node@8.11.1 | darwin | x64
node-pre-gyp http GET https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.0.0/electron-v1.8-darwin-x64.tar.gz
node-pre-gyp http 403 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.0.0/electron-v1.8-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.0.0/electron-v1.8-darwin-x64.tar.gz
@Claytone
Copy link

Having the same issue on yarn and npm. I've tried reinstalling entirely, installing earlier versions, --unsafe-perm, pretty much everything from #612

My only dependency on sqlite3 is regular sqlite, which doesn't make sense to me. Is there a workaround?

@fmuntean
Copy link

I have the same issue.
Would be nice to not have to compile the package.
Some of the systems do not have compile tools installed.

@dspangenberg
Copy link
Author

@Claytone Finally I get sqlite with electron-webpack working, but never use yarn – even to add something.

rm -rf node_modules
npm install
npm run dist

Works for me with node v8.11.1 and v9.11.1 (over nvm) and "sqlite3": "^4.0.0",

@kornelski
Copy link

I see it with yarn 1.7.0, but not with npm 6.0.1.

http 403 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.9/node-v59-linux-x64.tar.gz

@springmeyer
Copy link
Contributor

Anyone still having problems please try to v4.0.1 release: https://github.com/mapbox/node-sqlite3/blob/master/CHANGELOG.md#401 and see the docs for electron at #1006

@ormanlis
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants