Merge pull request #387 from jefersondaniel/patch-1

Fixes #335
reviewable/pr18780/r1
Brian Coca 10 years ago
commit bb39b82d57

@ -108,7 +108,7 @@ class Bower(object):
return ''
def list(self):
cmd = ['list', '--json']
cmd = ['list', '--json', '--config.interactive=false', '--allow-root']
installed = list()
missing = list()

Loading…
Cancel
Save