mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
|
|
{{#yellow}}There were errors, here's a summary of them:{{/yellow}}
|
|
{{#errors}}
|
|
- {{#red}}{{{pkg.name}}}{{/red}} {{{error.message}}}
|
|
{{#error.details}}
|
|
{{#grey}}{{{error.details}}}{{/grey}}
|
|
{{/error.details}}
|
|
{{/errors}}
|