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

Uninstall package via URL #2352

Closed
bluemoehre opened this issue Sep 1, 2016 · 1 comment
Closed

Uninstall package via URL #2352

bluemoehre opened this issue Sep 1, 2016 · 1 comment

Comments

@bluemoehre
Copy link

My first time with Bower installing a package from my own repo, I was confused the uninstall does not work using the repo URL. Since I am sure it is easy to implement crawling the installed packages to look for the repo URL and run the existing uninstall logic when the package was found, I would like this as a little feature request. This should improve the UX a little bit.

What happened:

bower install --save git://my.git/user/repo.git
> package#version vendor/bower/package

bower uninstall git://my.git/user/repo.git
> bower not-installed 'git://my.git/user/repo.git'

What I expected:

bower install --save git://my.git/user/repo.git
> package#version vendor/bower/package

bower uninstall git://my.git/user/repo.git
> bower uninstall 'package'
@MoezGholami
Copy link
Contributor

Can anyone close this issue?
It has been resolved in #2368 and it has been merged with master.

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

No branches or pull requests

3 participants