Storing build caches in hugo_cache
causes permission errors
#188
Labels
developer experience
To track items that intend to improve the process of developing or contributing to the codebase
It's difficult for tools like
pip
anduv
to delete these files without elevated permissions and this causes troubles with package managers or withgit clean
when trying to remove these obsolete files.Maybe they should be stored outside of the directory tree and we should switch to storing the Go build cache in its default location while also using
go build -o
instead ofgo install
.The text was updated successfully, but these errors were encountered: