elm-lang / elm-package

Command line tool to share Elm libraries
BSD 3-Clause "New" or "Revised" License
213 stars 66 forks source link

InvalidProxyEnvironmentVariable-exception #260

Closed puruzio closed 7 years ago

puruzio commented 7 years ago

I'm having this exact same issue. https://github.com/elm-lang/elm-package/issues/113

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

puruzio commented 7 years ago

Problem solved by changing the value of the environment variable https_proxy to http://... (instead of https://...)

based on recommendation found here https://github.com/commercialhaskell/stack/issues/1165