diff --git a/djangobwr/management/commands/bower_install.py b/djangobwr/management/commands/bower_install.py index a77e3dae7..c1a4586e0 100644 --- a/djangobwr/management/commands/bower_install.py +++ b/djangobwr/management/commands/bower_install.py @@ -79,7 +79,7 @@ class Command(BaseCommand): print("Installing from %s\n" % bower_json_path) # bower args - args = ['bower', 'install', bower_json_path, + args = ['bower', 'install', bower_json_path, '--allow-root', '--verbose', '--config.cwd={}'.format(dest_dir), '-p'] # run bower command