Clean mix dependencies
Clean mix dependencies
mix deps.clean --unlock --unusedClean mix dependencies
Every once in a while, or when you have removed a dependency from your project, or you have run mix deps.update, it is a good practice to clean unused dependencies.
This is more to free disk space.
Here's how to do it:
mix deps.clean --unlock --unusedDo you have feedback or questions about this? Email me.