Files
bower/templates/std/conflict.std
2013-06-07 18:13:56 +01:00

9 lines
555 B
Plaintext

{{#yellow}}Unable to find a suitable version for {{name}}, please choose one:{{/yellow}}
{{#condense}}
{{#each picks}}
{{#magenta}}{{sum @index 1}}){{/magenta}} {{#cyan}}{{endpoint.name}}#{{endpoint.target}}{{/cyan}}{{#if pkgMeta._release}} which resolved to {{#white}}{{pkgMeta._release}}{{/white}}{{/if}}{{#if dependants}} and has {{#white}}{{dependants}}{{/white}} as dependants{{/if}}
{{/each}}
{{/condense}}
{{#unless saveResolutions}}
Rerun the command with {{#white}}--save-resolutions{{/white}} to persist your choice to bower.json
{{/unless}}