-
Notifications
You must be signed in to change notification settings - Fork 246
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
Allow use of proxy settings? #26
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Rich. I'm following the Sapper Getting Started Guide and running:
degit sveltejs/sapper-template my-app
.But I'm here on the office network behind a proxy - and the command hangs and eventually says "could not download".
I have my proxy settings set OK in my environment variables (
http_proxy
,https_proxy
). I've checked that in the same terminal, I'm able to download the same URL OK usingwget
.Would you be OK with adding the ability to deal with proxies?
I've previously done this using something like this:
If you'd be happy with the same approach - using https-proxy-agent? - I could write a PR if you like?
The text was updated successfully, but these errors were encountered: