Sometimes errors like this appear when running accio update:
error: repository '/path/to/Demo/.accio/checkouts/DependencyName' has uncommited changes
Running accio clean before running accio update solves the issue, but Accio should handle the issue in the first place instead of requiring this workaround.
Sometimes errors like this appear when running
accio update
:Running
accio clean
before runningaccio update
solves the issue, but Accio should handle the issue in the first place instead of requiring this workaround.