imagemin / imagemin-pngquant

Imagemin plugin for `pngquant`
MIT License
316 stars 81 forks source link

tunneling socket could not be established, statusCode=403 #41

Closed LittleHendrix closed 5 years ago

LittleHendrix commented 7 years ago

Hi there, I'm having some issues installing this module from behind a proxy. I've followed some online examples and set up my .npmrc to include the http and https proxy settings:

proxy=http://myproxy:port/
https-proxy=http://myproxy:port/
strict-ssl=false
ca=null
registry=http://registry.npmjs.org/

but I'm still getting the error when npm gets to the node lib/install.js stage. Also, I have environment variable set up for HTTP_PROXY and HTTPS_PROXY on my machine too.

My setup is as follows: OS: Windows 7 enterprise 64bit NODE: v6.11.3 NPM: v3.10.10

I have no issues with this at home (no proxy). Will you be able to help please?

sindresorhus commented 5 years ago

Closing as this looks unrelated to this package and it's very old.