still-ex / still

A composable Elixir static site generator
https://stillstatic.io
ISC License
251 stars 10 forks source link

Issue with dependancies - tzdata #171

Open huzeifa opened 2 years ago

huzeifa commented 2 years ago

Hello, I get the following error when running mix deps.get

Getting tzdata (Hex package) Request failed (:timeout) If this happens consistently, adjust your concurrency and timeout settings:

HEX_HTTP_CONCURRENCY=1 HEX_HTTP_TIMEOUT=120 mix deps.get

** (Mix) Package fetch failed and no cached copy available (https://repo.hex.pm/tarballs/tzdata-1.1.1.tar)

My elixir version 1.12.3

Any help with regards to solving this issue will be appreciated!

Thank you Huzeifa

gabrielpoca commented 2 years ago

hey @huzeifa that seems to be an issue with the package manager. I'm not sure there's anything I can do. Did you try increasing the timeout? is it still happening?