Skip to content

TailwindCSS download times out repeatedly #133

@EliasDerHai

Description

@EliasDerHai

Just wanted to try something on a new project but I always got:

gleam run -m lustre/dev start
   Compiled in 0.12s
    Running lustre/dev.main
   Downloading TailwindCSS v4.1.13...

I ran into a problem while trying to download the Tailwind binary. Here's the
error I got from the HTTP client:

  ResponseTimeout

Make sure you're connected to the internet and that no firewall or proxy is
blocking connections to GitHub.

Hint: you can provide a path to a local Tailwind binary by setting the
`tools.lustre.bin.tailwind` field in your `gleam.toml`. Use the string `"system"`
to use the Tailwind binary accessible in your system path.

Manually downloading fixed it. But I would say depending on the speed of gh is not too great - maybe it would make sense to bump httpc.timeout(60_000) in tailwind.gleam?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions