elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

I can't use elm make or elm package install -- FailedConnectionException2 #156

Open anghene opened 7 years ago

anghene commented 7 years ago

FailedConnectionException2 "github.com" 443 True getAddrInfo: does not exist (Name or service not known) I have tried everything. It seems that it works if i do a sudo which is unexpected. I noticed issue #34 is somewhat similar, although I am surely connected and the port is 443 which might indicate some connectivity issues on https. I know not how to proceed from here.

SSCCE : mkdir elm-proj && cd elm-proj elm package install

Using Fedora 25 and elm was installed via npm i -g elm when I elm -v I get 0.18.0 when I npm -v it's 3.10.10

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.