-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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
Labels
No labels