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 throws ENORESTARGET error #873

Closed
jhumigas opened this issue Jul 18, 2016 · 3 comments
Closed

Bower install throws ENORESTARGET error #873

jhumigas opened this issue Jul 18, 2016 · 3 comments

Comments

@jhumigas
Copy link

Hello,

I was trying to use this module in my application but I failed to install it with bower.
I tried : bower install satellizer --save
Then I got this

bower satellizer#*              cached https://github.com/sahat/satellizer.git#0.15.0
bower satellizer#*             validate 0.15.0 against https://github.com/sahat/satellizer.git#*
bower angular#>=1.3.x && <= 1.5.x       not-cached https://github.com/angular/bower-angular.git#>=1.3.x && <= 1.5.x
bower angular#>=1.3.x && <= 1.5.x          resolve https://github.com/angular/bower-angular.git#>=1.3.x && <= 1.5.x
bower angular#>=1.3.x && <= 1.5.x     ENORESTARGET Tag/branch >=1.3.x && <= 1.5.x does not exist

Any way to resolve this ?

Additional information :

  • Node version : 4.4.7
  • Npm version : 3.8.3
  • Bower version : 1.7.9
@kkaabbaa
Copy link

the same problem

Available branches: master, unstable

@TablesawTablesawsen
Copy link
Contributor

This looks like an issue with the semver in bower.json in the latest update. It should be 1.3.x - 1.5.x or >=1.3.x <= 1.5.x, not >=1.3.x && <= 1.5.x. I'm using bower install satellizer#0.14.1 for now.

TablesawTablesawsen added a commit to TablesawTablesawsen/satellizer that referenced this issue Jul 18, 2016
Addresses sahat#873, ENORESTARGET when installing on bower by correcting the semver reference to Angluar.

According to https://semver.npmjs.com/, an inclusive range of stable releases is indicated with a hyphen, not using `&&`. This change should allow the library to be installed by bower.
@sahat
Copy link
Owner

sahat commented Jul 19, 2016

Fixed in #875.

@sahat sahat closed this as completed Jul 19, 2016
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

4 participants