kevva / elm-bin

elm-platform bin-wrapper that makes it seamlessly available as a local dependency
MIT License
18 stars 5 forks source link

Unable to install behind proxy #27

Closed Shump closed 9 years ago

Shump commented 9 years ago

Having set the http_proxy and https_proxy environment variables and even the proxy and https-proxy npm config settings, I am unable to install elm behind a proxy.

npm install --global elm prints this error message:

:heavy_multiplication_x: Request to https://github.com/kevva/elm-bin/raw/2.0.0/vendor/linux/x64/elm-platform-linux-x64.tar.gz failed :heavy_multiplication_x: elm pre-build test failed :heavy_multiplication_x: Request to https://github.com/kevva/elm-bin/raw/2.0.0/vendor/linux/x64/elm-platform-linux-x64.tar.gz failed :heavy_multiplication_x: elm-make pre-build test failed :heavy_multiplication_x: Request to https://github.com/kevva/elm-bin/raw/2.0.0/vendor/linux/x64/elm-platform-linux-x64.tar.gz failed :heavy_multiplication_x: elm-package pre-build test failed :heavy_multiplication_x: Request to https://github.com/kevva/elm-bin/raw/2.0.0/vendor/linux/x64/elm-platform-linux-x64.tar.gz failed :heavy_multiplication_x: elm-reactor pre-build test failed :heavy_multiplication_x: Request to https://github.com/kevva/elm-bin/raw/2.0.0/vendor/linux/x64/elm-platform-linux-x64.tar.gz failed :heavy_multiplication_x: elm-repl pre-build test failed

kevva commented 9 years ago

https://github.com/kevva/download/issues/64