conflict.std 508 B

123456789
  1. {{#yellow}}Unable to find a suitable version for {{name}}, please choose one:{{/yellow}}
  2. {{#condense}}
  3. {{#each picks}}
  4. {{#magenta}}{{sum @index 1}}){{/magenta}} {{#cyan}}{{endpoint.name}}#{{endpoint.target}}{{/cyan}}{{#if pkgMeta._release}} which resolved to {{#green}}{{pkgMeta._release}}{{/green}}{{/if}}{{#if dependants}} and is required by {{#green}}{{dependants}}{{/green}} {{/if}}
  5. {{/each}}
  6. {{/condense}}
  7. {{#unless saveResolutions}}
  8. Prefix the choice with ! to persist it to bower.json
  9. {{/unless}}