Print a help when a package was not found #3026
Labels
cli
Issue related to CLI
good first issue
Good for newcomers
UX
Related to the User Experience of pixi
Problem description
Issue
When running
pixi global install bla
orpixi add bla
you'll get an error message that is not really helping the user going forward.Solution
What would be much better is to execute a search and print similar packages and add a help message with options to figure out what to do next.
For example:
We have a similarity implementation in our TomlError:
pixi/crates/pixi_manifest/src/error.rs
Line 304 in bb6cd82
The text was updated successfully, but these errors were encountered: