Adding ability to disable npm install silent flag

This commit is contained in:
Derek Schaller 2015-12-12 22:58:26 -08:00
parent e816eb2dac
commit 39635d7773

View File

@ -126,7 +126,7 @@ def install(pkg=None,
pkgs = pkg_list
if registry:
registry = _cmd_quote(registry)
cmd = ['npm', 'install']
if silent:
cmd.append(['--silent'])