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

Bower install always fail #56

Closed
Serhioromano opened this issue Dec 23, 2014 · 1 comment
Closed

Bower install always fail #56

Serhioromano opened this issue Dec 23, 2014 · 1 comment
Labels

Comments

@Serhioromano
Copy link

When I upload I run this.

$ bower install  ~/deploy/mydomain-com-1419324894507 --production

But it always fail because cannot resolve dependencies. In real world it allow you to chose what version you want and then it resolve to your choice. Here is simply fail.

bower angular-aria#~1.3.8                       extract archive.tar.gz
54.145.167.128 > bower angular-aria#~1.3.8      resolved git://github.com/angular/bower-angular-aria.git#1.3.8
54.145.167.128 > bower                          ECONFLICT Unable to find suitable version for angular

I understand what it say, but I cannot fix it. This is what we have in bower. This is my dependencies.

 "dependencies": {
    "modernizr": "~2.8.3",
    "angular": "~1.3.8",
    "angular-animate": "~1.3.8",
    "angular-aria": "~1.3.8",
    "angular-ui-router": "~0.2.13",
    "angular-ui-bootstrap": "~0.12.0",
    "angular-ui-bootstrap-bower": "~0.12.0",
    "bootstrap": "~3.3.1"
  }

and this is error

2014-12-23_17-02-48

@pstadler
Copy link
Owner

bower/bower#866

Please ask further questions there, as this is not the bower repository.

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

No branches or pull requests

2 participants