Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip already installed components #10

Open
Tobbe opened this issue Sep 19, 2024 · 0 comments
Open

Skip already installed components #10

Tobbe opened this issue Sep 19, 2024 · 0 comments

Comments

@Tobbe
Copy link
Member

Tobbe commented Sep 19, 2024

Some components have dependencies on other components. Like the Carousel component for example depends on the Button component.

By default, if you already have the Button component, when trying to install the Carousel component it will fail saying "component already installed, run with --force to overwrite". And if you do run with --force it works.

It'd be much nicer if it could parse the list of required component and check which ones are already installed and just skip trying to install those again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant