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

后端 未结 4 2027
面向向阳花
面向向阳花 2020-12-30 08:51

What is the main Bower registry URL?

We\'re trying to set up Bower to use our registry first, then the \"official\" Bower registry second.

We\'ve created our

相关标签:
4条回答
  • 2020-12-30 09:07

    Now it is https://registry.bower.io

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

    See the explanation https://gist.github.com/sheerun/c04d856a7a368bad2896ff0c4958cb00

    0 讨论(0)
  • 2020-12-30 09:07

    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`).

    0 讨论(0)
  • 2020-12-30 09:09

    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

    0 讨论(0)
  • 2020-12-30 09:15

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

    0 讨论(0)
提交回复
热议问题