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

Cannot install with bower already containing entry in bower.json #749

Closed
zelo opened this issue Oct 24, 2014 · 3 comments
Closed

Cannot install with bower already containing entry in bower.json #749

zelo opened this issue Oct 24, 2014 · 3 comments

Comments

@zelo
Copy link

zelo commented Oct 24, 2014

When i do bower install --save -p bootstrap-sass-official
It installs correctly and appends "bootstrap-sass-official": "~3.2.0+2" to my bower.json. But when on other machine i do just bower install with above entry in my bower.json it fails with:

bower bootstrap-sass-official#~3.2.0+2     ENORESTARGET Tag/branch ~3.2.0+2 does not exist

Additional error details:                                                                                                                                                                       
Available tags: v1.2.0, v1.2.1, v1.3.0, v1.3.1, v1.3.2, v1.4.0, v1.4.1, v1.4.2, v1.4.3, v1.4.4, v2.0.0, v2.0.1, v2.0.2, v2.0.3, v2.0.3.1, v2.0.4.0, v2.0.4.1, v2.0.4.2, v2.1.0.0, v2.1.0.1, v2.1.1.0, v2.2.1.0, v2.2.1.1, v2.2.2.0, v2.3.0.0, v2.3.0.1, v2.3.1.0, v2.3.1.1, v2.3.1.2, v2.3.1.3, v2.3.2.0, v2.3.2.1, v2.3.2.2, v3.0.0.0, v3.0.0.0.rc, v3.0.1.0, v3.0.1.0.rc, v3.0.2.0, v3.0.2.1, v3.0.3-0, v3.0.3.0, v3.1.0, v3.1.0+2, v3.1.1, v3.1.1+1, v3.1.1+2, v3.2.0, v3.2.0+1, v3.2.0+2
Available branches: 2.0-stable, 2.1-stable, gh-pages, master, next
@zelo zelo changed the title Cannot install with bower Cannot install with bower already containing entry in bower.json Oct 24, 2014
@cvrebert
Copy link
Collaborator

@zelo What version of Bower are you using?

@glebm
Copy link
Member

glebm commented Jan 14, 2015

Please upgrade to the latest version of bower. Could be related to this issue: bower/bower#1567.

@glebm
Copy link
Member

glebm commented Jan 20, 2015

Please use the tag name to install that version:

$ bower install bootstrap-sass\#v3.3.2+1

We are no longer using +N for newer versions.

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

3 participants