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

Some Angular bower packages can't be upgraded to latest version 1.7.7 #1835

Open
twwwt opened this issue Mar 1, 2019 · 1 comment
Open
Labels

Comments

@twwwt
Copy link

twwwt commented Mar 1, 2019

I noticed something strange on the Webjars Web page when I wanted to create new Webjars for AngularJS modules of the latest version 1.7.7. For some of them the modal window´s input field in which the module name is set goes to an error state and therefore it is not possible to select a version and create/deploy, see screenshot.

Could someone please have a look. Thanks.
webjars_-_web_libraries_in_jars

@jamesward
Copy link
Member

You have to use valid Bower coordinates in that input box and just bower-angular-messages isn't valid:

$ bower info bower-angular-messages
bower ENOTFOUND     Package bower-angular-messages not found

Changing it to angular/bower-angular-messages should fix it. But there is a bug that when hitting the + button in the WebJar listing, it enters the invalid coordinate. So that needs to be fixed.

@jamesward jamesward added the bug label Mar 3, 2019
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