mirror of
https://github.com/bower/bower.git
synced 2026-02-04 11:04:58 -05:00
9 lines
215 B
Plaintext
9 lines
215 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}}
|