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!
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.