pull/18777/head
Jeferson Daniel 10 years ago committed by Matt Clay
parent 927fb145b3
commit 2f554518a6

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

Loading…
Cancel
Save