I downloaded the repo for my blog on a new computer and right when I open the project in Rstudio, the command blogdown:::preview_site()
runs automatically, only to return an error.
Any clues as to what may be causing this?
I downloaded the repo for my blog on a new computer and right when I open the project in Rstudio, the command blogdown:::preview_site()
runs automatically, only to return an error.
Any clues as to what may be causing this?
Could you try the dev version of blogdown? Remember to restart R:
remotes::install_github('rstudio/blogdown')
The error message in the dev version should be clearer now. Please try what it tells you to do, and let me know if you are still confused. Thanks!