From 7edcf9925ef68633eabab1455b7a60aacab5f871 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 12 Feb 2015 13:16:21 -0400 Subject: [PATCH] Silence plugin install command --- lib/plugins.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins.coffee b/lib/plugins.coffee index 8bbc3e81..c445ae30 100644 --- a/lib/plugins.coffee +++ b/lib/plugins.coffee @@ -19,7 +19,7 @@ exports.install = (name, callback) -> async.waterfall [ (callback) -> - npm.load({}, callback) + npm.load(loglevel: 'silent', callback) (data, callback) ->