templ version check failed #460
-
Hello! When I run
On my mac I just ran Does anyone know what could be wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You're probably running an outdated version of the CLI tool, not the package dependency. To confirm, try this from your command line:
It'll probably show
|
Beta Was this translation helpful? Give feedback.
You're probably running an outdated version of the CLI tool, not the package dependency. To confirm, try this from your command line:
$ templ version
It'll probably show
v0.2.501
. If so, you can fix this by updating the CLI. Assuming you've installed templ using go, the command to update templ is:$ go install github.com/a-h/templ/cmd/templ@latest
.