sikozonpc / fullstack-go-htmx

Go + HTMX + Templ
123 stars 32 forks source link

make: tailwindcss: No such file or directory #1

Closed johanguse closed 4 months ago

johanguse commented 5 months ago

Hey, hello!

I need a little help running the project. I ran make build and got this error:

tailwindcss -i public/css/styles.css -o public/styles.css
make: tailwindcss: No such file or directory
make: *** [Makefile:2: build] Error 127

go version go1.22.2 linux/amd64

Also, you need to update the import to a new repository name.

Thanks!

sikozonpc commented 5 months ago

Hey @johanguse, thanks for spotting it!

That issue is related to not having the tailwindcss CLI installed. I've updated the docs link with an updated reference to install it without NodeJS.

Also updated the path of the styles which was wrong.