https://i.sstatic.net/tJocZ.png
Everything you need to know is in the image - I am attempting to install a specific version of angular-bootstrap. When I execute:
bower install angular-bootstrap#0.13.0 --save
it asks for my resolution answer, even though I have already provided it with the !
persist-changes attribute. The bower.json file has been updated with the resolution, and I can manually install the correct library by responding to the prompt in the command line, but I shouldn't have to do that since there is a specified resolution. What am I overlooking?
The ultimate goal is for bower install
to install the correct version without any prompts.
Edit: Here is the entire bower.json
file. The only change made is the project name:
{
"name": "fooBar",
"version": "0.0.1",
// Remaining content remains the same as original text...
}