bower install error with new registry "https://registry.bower.io"

Created on 11 Jul 2018  路  2Comments  路  Source: bower/bower

Output of bower -v && npm -v && node -v:

bower: 1.8.4
npm: 5.6.0
node: v8.11.3

Additional environment details (proxy, private registry, etc.):
registry: https://registry.bower.io

Steps to reproduce the issue:

1.bower install

Describe the results you received:
image

Describe the results you expected:
install success

Most helpful comment

Works for me. You can try to change to https://components.bower.io in .bowerrc if you're behind corporate proxy that doesn't like Cloudflare

All 2 comments

Works for me. You can try to change to https://components.bower.io in .bowerrc if you're behind corporate proxy that doesn't like Cloudflare

Works for me. You can try to change to https://components.bower.io in .bowerrc if you're behind corporate proxy that doesn't like Cloudflare

echo '{"registry": "https://components.bower.io","directory": "wwwroot/lib"}' > .bowerrc

Was this page helpful?
0 / 5 - 0 ratings