mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
9 lines
555 B
Plaintext
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}} |