-
Notifications
You must be signed in to change notification settings - Fork 65
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
It should be possible to set URLs via envvars #71
Comments
+1 |
+1, downloading is very slow in China due to wall…… |
+1, SourceForge has been having intermittent outages over the past few days (it is currently giving 502 and 404 errors), resulting in all CI jobs depending on this package failing . |
+1 |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The download URL is hard coded: .src('http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.6/optipng-0.7.6.tar.gz')
This means if the system has limited access or no internet access through a proxy installing the module has a probability to fail.
The user has no way to override this url with some local web server or even a file:// path. Phantom JS handles this pretty well: https://www.npmjs.com/package/phantomjs#downloading-from-a-custom-url
The text was updated successfully, but these errors were encountered: