fix: mason list
errors when brick in mason.yaml does not exist
#1529
Labels
bug
Something isn't working
mason list
errors when brick in mason.yaml does not exist
#1529
Description
I set up
mason_cli
a while back and haven't touched it in a while. I ranmason init
, which helpfully told me that I already had a mason.yaml file. When I ranmason list
to see which bricks were installed, I got the less helpful error message:It appears as though this brick does exist (https://brickhub.dev/bricks/very_good_dart_package/0.8.0) and I'm several versions behind, which might be the cause?
mason.yaml:
mason-lock.json:
.mason/bricks.json:
Additional context: I just upgraded to Flutter 3.29 (which includes a new Dart version) and reran
dart pub global activate mason_cli
Even more context: this issue persists after deleting
~/.mason_cache
Expected Behavior
If my understanding of what is happening is correct, I'd expect a list with warnings for out-of-date/discontinued/deleted bricks.
The text was updated successfully, but these errors were encountered: