I\'m trying to update my angular version, and I think bower went just mad.
My deps :
\"dependencies\": {
\"underscore\":\"*\",
\"momentj
I got the same problem with the latest bower version.
You can just do as the bower output prompts: Prefix the choice with ! to persist it to bower.json to choose one from the options provided. Then your bower.json will be updated with an additional "resolutions": { ... } block then the problem will be solved.