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:

Describe the results you expected:
install success
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
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