Show errors on npm install

This commit is contained in:
Marcel Klehr 2012-11-19 15:19:59 +01:00
parent a7e6c6b0ab
commit 3e53a11127

View file

@ -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