Check Version of Inherited Dependencies #635
Labels
cli
Concerns the piral-cli application.
enhancement
New feature or request
pilets
Concerns the API of the pilets.
Milestone
New Feature Proposal
For more information, see the
CONTRIBUTING
guide.Description
Inherited dependencies (via an importmap) should be checked by the pilets when commands from the
piral-cli
are run.Background
Right now the CLI displays an info when an inherited dependency is unused / not installed. This is fine, but we should also go one step further - what if we installed a different version locally than the centrally shared one? If not excluded we should warn the user (as this might behave differently).
Discussion
Should we have an option of ignoring or error-ing out on demand?
The text was updated successfully, but these errors were encountered: