We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" ] }
{ "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.
The text was updated successfully, but these errors were encountered:
It also happens to me! And I don´t understand why, it was working until recently
Sorry, something went wrong.
can be related with #27?
I fixed with Bower cache clean. And I need to use the version 1.0.2 of plugin.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: