You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.0when I
npm -v
it's3.10.10
The text was updated successfully, but these errors were encountered: