What is the default (official?) Bower registry URL?

倾然丶 夕夏残阳落幕 提交于 2019-11-30 06:58:49

The default registry URL is => https://bower.herokuapp.com

The default registry as of now is https://raw.githubusercontent.com/bower/components/1.0.0 for anyone looking in 2017. Entering this into my .bowerrc file solved my ECONNRESET errors. Bower moved away from the herokuapp repository it was using to Github.

The link to Bower's link on Twitter describing this move is linked below.

https://twitter.com/bower/status/796046017133211648

Jack McDade

Actually, it's just https://bower.herokuapp.com. /packages is part of the REST API routes, which would create redundant URL segments in your Bower requests (e.g. https://bower.herokuapp.com/packages/search/bootstrap`).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!