commit
bb39b82d57
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue