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

Error when installing via bower #41

Closed
badfeather opened this issue Apr 17, 2015 · 6 comments
Closed

Error when installing via bower #41

badfeather opened this issue Apr 17, 2015 · 6 comments

Comments

@badfeather
Copy link

I'm getting the following error when I try to install the plugin via bower:

ENOTFOUND Package jquery-hoverintent not found

Any ideas?

@usmonster
Copy link
Collaborator

@badfeather Is this still an issue? It seems like it could be a caching issue related to the recent GitHub DDoS, according to some similar issues I've seen reported to bower and bower-search.

Also, are you behind a proxy by any chance?

@badfeather
Copy link
Author

@usmonster Yes, still having the issue. Not on a proxy. An odd one!

@usmonster
Copy link
Collaborator

Just got a chance to look back at this--turns out you're having trouble because the package is actually in the bower registry as jquery-hoverIntent (capital I), even though the name in the bower.json file is all lowercase (as per the spec).

Just now realizing that this inconsistency is what issues such as #30 have been trying to communicate, and that it's turning out to be a real problem for some. I guess I can just register an alias for the all-lowercase name...

...Done. Can you please try again with the all-lowercase name and then close the issue if it works for you? (You might need to do a bower cache clean.)

@badfeather
Copy link
Author

Worked! Thanks.

@badfeather
Copy link
Author

One more note about this. The javascript file still has the capital I in
the filename. Not sure if this is important or not, but I thought I'd point
it out.

On Thu, May 14, 2015 at 8:35 AM, Usman notifications@github.com wrote:

Just got a chance to look back at this--turns out you're having trouble
because the package is actually in the bower registry as
jquery-hoverIntent (capital I), even though the name in the bower.json
file is all lowercase (as per the spec).

Just now realizing that this inconsistency is what issues such as #30
#30 have been
trying to communicate, and that it's turning out to be a real problem for
some. I guess I can just register an alias for the all-lowercase name...

...Done. Can you please try again with the all-lowercase name and then
close the issue if it works for you? (You might need to do a bower cache
clean.)


Reply to this email directly or view it on GitHub
#41 (comment)
.

badfeather.com

@usmonster
Copy link
Collaborator

Thanks for verifying it's OK for you! And the filename is fine, it's just the "name" inside bower.json that must be all-lowercase.

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

2 participants