I am simply trying to
library(blogdown)
blogdown::install_hugo()
blogdown::new_site()
This is the error that comes up:
'C:\Users\nicknaue\AppData\Roaming\Hugo\hugo.exe" new site ".' is not recognized as an internal or external command,
operable program or batch file.
Error in shell(cmd, mustWork = TRUE, intern = intern) :
'"C:\Users\nicknaue\AppData\Roaming\Hugo\hugo.exe" new site "." --force -f toml' execution failed with error code 1
In addition: Warning message:
running command 'C:\Windows\system32\cmd.exe /c
"C:\Users\nicknaue\AppData\Roaming\Hugo\hugo.exe" new site "." --force -f toml' had status 1
Any idea why this is happening?