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 fail to download #30

Open
ktibi opened this issue Sep 11, 2019 · 3 comments
Open

Bower fail to download #30

ktibi opened this issue Sep 11, 2019 · 3 comments

Comments

@ktibi
Copy link

ktibi commented Sep 11, 2019

Hi,

when I use my nexus proxy for bower, bower skip tasks download and extract. I can see task resolve and install.

So my bower_components directory is empty.

Works if I remove registry and resolvers options in bowerrc.

I use last version of the resolver and bower.

My bowerrc:
{ "registry" : { "search" : [ "{{ nexus_url }}/bower-proxy/" ] }, "ca": "/etc/ssl/certs/ca-bundle.crt", "proxy": "http://{{ proxy_ip }}:{{ proxy_port }}", "https-proxy": "http://{{ proxy_ip }}:{{ proxy_port }}", "resolvers" : [ "bower-nexus3-resolver" ] }

I can see all packages download in my nexus repo.

@irbian
Copy link

irbian commented Oct 29, 2019

It also happens to me! And I don´t understand why, it was working until recently

@irbian
Copy link

irbian commented Oct 29, 2019

can be related with #27?

@ktibi
Copy link
Author

ktibi commented Oct 29, 2019

I fixed with Bower cache clean. And I need to use the version 1.0.2 of plugin.

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