While attempting to build a theme with blogdown and Hugo, I encountered the following error: ERROR 2017/12/01 19:34:06 Current theme does not support Hugo version 0.19. Minimum version required is 0.2.
However, I do have an updated version (0.31.1) of Hugo:
system("hugo version")
Hugo Static Site Generator v0.31.1 darwin/amd64 BuildDate: 2017-12-01T19:36:01-08:00
And blogdown cannot find it:
> blogdown::hugo_version()
[1] ‘0.19’
Is this a path issue I need to fix on my machine?