I am trying to install this plugin that contains Angular UI Bootstrap, I do not need a complete library, only that plug-in, and I get an error message:
The command I entered into the terminal:
bower install bower-bootstrap-accordion --save
and then the error:
Bower error: ENOTFOUND Package bower-bootstrap-accordion not found
here bower.json
{ "name": "bower-bootstrap-accordion", "license": "MIT", "version": "0.11.0", "author": { "name": "https://github.com/angular-ui/bootstrap/graphs/contributors" }, "dependencies": { "bower-bootstrap-collapse": "0.11.0" }, "main": "ui-accordion-tpls.js" }
Link to the plugin
Do I need to install a complete library?
source share