manifest_usage.toml
lists many manifests from projects that are not currently present in my machine. Is there a way to clean that up?
1 Like
You can use @giordano’s https://github.com/giordano/PkgCleanup.jl
4 Likes
Just run pkg> gc
. This should be happening semi-regularly automatically on 1.7 so it shouldn’t get so big anymore.
2 Likes