diff options
author | Marcel Klehr <mklehr@gmx.net> | 2012-11-19 15:19:59 +0100 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2012-11-19 15:19:59 +0100 |
commit | 3e53a1112707b610432498ac60f607588dda2844 (patch) | |
tree | 4061423001f13a19a5d8205a23cae72d601ad36e /bin | |
parent | a7e6c6b0abd6854c0382f48a365e014ef031f8a2 (diff) | |
download | etherpad-lite-3e53a1112707b610432498ac60f607588dda2844.zip |
Show errors on npm install
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/installDeps.sh | 2 |
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 |