f3ath / cider

Tools for Dart package maintainers
https://pub.dev/packages/cider
MIT License
101 stars 17 forks source link

Error: No value found at /cider #57

Closed MohamedFBoussaid closed 1 year ago

MohamedFBoussaid commented 1 year ago

While trying to extract my pubspec.yaml version using : cider version

I am getting the following error : No value found at /cider

I using the latest version ^0.2.0, and running the command on my project root folder.

I have also tried : cider --project-root=PATH_PROJCT_ROOT version, but I am getting same error.

Last time I have used this command and it was working as expected, was a week ago.

Any idea what I am missing ?

f3ath commented 1 year ago

This looks like a nasty bug which I introduced in 0.2.0. Thanks for reporting, I'm working on it.

f3ath commented 1 year ago

Please try 0.2.1.

MohamedFBoussaid commented 1 year ago

Thank you @f3ath for the quick fix. it is working now with the 0.2.1 I will close the bug.