mirror of
https://github.com/bower/bower.git
synced 2026-02-06 03:55:02 -05:00
8 lines
214 B
Plaintext
8 lines
214 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}}
|