From 3e53a1112707b610432498ac60f607588dda2844 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 19 Nov 2012 15:19:59 +0100 Subject: [PATCH] Show errors on npm install --- bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installDeps.sh b/bin/installDeps.sh index ae4860b31..6f5c732cd 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -69,7 +69,7 @@ echo "Ensure that all dependencies are up to date..." cd node_modules [ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite cd ep_etherpad-lite - npm install -s + npm install --loglevel warn ) || { rm -rf node_modules exit 1