summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/installDeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/installDeps.sh b/bin/installDeps.sh
index ae4860b3..6f5c732c 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