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 package name throws error #95

Open
clamstew opened this issue Jun 23, 2015 · 3 comments
Open

bower package name throws error #95

clamstew opened this issue Jun 23, 2015 · 3 comments

Comments

@clamstew
Copy link

I got a bower install error that said The name has to end with a lower case character from a to z. The bower docs mention:

The package name must adhere to the bower.json spec.

bower.json spec goes on to say that:

  • Should be slug style for simplicity, consistency and compatibility. Example: unicorn-cake
  • Lowercase, a-z, can contain digits, 0-9, can contain dash or dot but not start/end with them.

I assume this means that the name in bower.json should not have a number at the end. Something like "angular-growl-2v" might work.

@flippinjoe
Copy link
Collaborator

This seems to be a pretty recent change in bower 0.5.0. I'd like to wait until there is a more solidified response from bower on what to do here, since anybody that's currently using angular-growl-2 wouldn't necessarily get mapped.

https://github.com/bower/json/issues/24

@clamstew
Copy link
Author

@flippinjoe21 Bower is now on version 1.4.1.

0.5.0 came out close to 3 years ago.

@seanhoughton
Copy link

@clamstew he's refering to the bower-json module which has its own versions and broke everything in version 0.5.0.

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