Hello everyone, after a long hiatus from Elm I decided to use it for a small project again.
In the meantime I changed my development setup and am now working mostly on Windows through WSL2.
I installed Elm following the instructions for Linux on the website.
When trying to initialize a project with elm init it fails because of a ConnectionTimeout when trying to access https://package.elm-lang.org/all-packages. Getting the page with curl works without problems. I’m not behind any extra firewalls or proxies. It seems other people have had the same issue but those posts are either closed or abandoned without any real response other than “I switched back to Mac” or similar.
I realize I could install Elm on Windows directly, but there are factors preventing me from doing so.
Thanks for reading and for any comments you may have 