Blame view

node_modules/bower/lib/templates/std/conflict.std 544 Bytes
2dda2e10   Administrator   generator ignore
1
2
3
4
5
6
7
8
9
10
11
  {{#yellow}}Unable to find a suitable version for {{name}}, please choose one by typing one of the numbers below:{{/yellow}}
  {{#condense}}
  {{#each picks}}
      {{#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}}
  {{/each}}
  {{/condense}}
  
  {{#unless saveResolutions}}
  
  Prefix the choice with ! to persist it to bower.json
  {{/unless}}