且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Bower 错误:未找到 ENOTFOUND 包 bower-bootstrap-accordion

更新时间:2022-11-05 21:19:46

bower-bootstrap-accordion 不是 已在 Bower 注册表中注册,因此 Bower 客户端无法通过名称找到它.
您可以在定义依赖项时使用 Git 存储库 URL.这将使 Bower 客户端无需在 Bower 注册表中搜索包 URL.

bower-bootstrap-accordion is not registered in the Bower registry and therefore the Bower client cannot find it by name.
You can use the Git repository URL when defining the dependency. This will save the Bower client the need to search for the package URL in the Bower registry.

"dependencies": {
  "bower-bootstrap-accordion" : "git://github.com/ui-bootstrap-bower-test/bower-bootstrap-accordion.git"
}

此外,此包还依赖于其他包,例如 bower-bootstrap-collapse、bower-bootstrap-transition,这些包也未在 Bower 注册表中注册.您必须以相同的方式将它包含在您的依赖项中.
我认为所有这些包都来自同一作者 - https://github.com/ui-bootstrap-凉亭测试/

In addition this package has dependencies on additional packages such as bower-bootstrap-collapse, bower-bootstrap-transition which are also not registered in the Bower registry. You will have to include it in the same way in your dependencies.
I think all those packages are from the same author - https://github.com/ui-bootstrap-bower-test/