This commit is contained in:
Jeferson Daniel 2015-04-11 16:00:43 -03:00
parent 04aa579f1f
commit eaa136cb08

View file

@ -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()