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