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

node-pre-gyp module access denied #652

Closed
houko opened this issue Jun 4, 2016 · 8 comments
Closed

node-pre-gyp module access denied #652

houko opened this issue Jun 4, 2016 · 8 comments

Comments

@houko
Copy link

houko commented Jun 4, 2016

error AccessDenied when I npm install

@va4ok
Copy link

va4ok commented Jun 6, 2016

Hi, i have the same issue. Please see info below:

`D:\Projects\angular2-webpack-starter-master>npm i

node-zopfli@1.4.0 install D:\Projects\angular2-webpack-starter-master\node_modules\node-zopfli
node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download: https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v48-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for node-zopfli@1.4.0 and node@6.2.1 (node-v48 ABI) (falling back to source compile with node-gyp)

`

@ebeal ebeal changed the title https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v48-darwin-x64.tar.gz node-pre-gyp module access denied Jun 7, 2016
@PatrickJS
Copy link
Owner

can you try again I removed the compression-webpack-plugin
also related #626

@smals-fl
Copy link

smals-fl commented Sep 7, 2016

hello, I have the same issue with:
npm install -g node-zopfli
...

node-pre-gyp install --fallback-to-build

node-pre-gyp http GET https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.0-node-v48-win32-x64.tar.gz
node-pre-gyp ERR! Tried to download: https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.0-node-v48-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for node-zopfli@2.0.0 and node@6.5.0 (node-v48 ABI) (falling back to source compile with node-gyp)
node-pre-gyp http tunneling socket could not be established, statusCode=407

@smals-fl
Copy link

smals-fl commented Sep 8, 2016

problem resolved today....
Something has changed ??

@smals-fl
Copy link

smals-fl commented Sep 8, 2016

oups, it's ok for the 2.0.0 version but with the command:
npm install -g angular-cli@webpack
It try to download the 1.4.0 version :(
node-pre-gyp http GET https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v48-win32-x64.tar.gz
node-pre-gyp http 403 https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v48-win32-x64.tar.gz
node-pre-gyp ERR! Tried to download: https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v48-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for node-zopfli@1.4.0 and node@6.5.0 (node-v48 ABI) (falling back to source compile with node-gyp)
node-pre-gyp http 403 status code downloading tarball https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v48-win32-x64.tar.gz

@yhqnh
Copy link

yhqnh commented Sep 13, 2016

I have the same problem.
No body resolved?

@pradeepb6
Copy link

+1

@Meligy
Copy link

Meligy commented Sep 17, 2016

Most of my NPM install issues in general are often solved by adding --no-optional to the command, like npm install --no-optional.

Try it.

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

7 participants