diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 5ccba46dd..4c5a42fe9 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -73,7 +73,7 @@ echo "Ensure that all dependencies are up to date... If this is the first time cd node_modules [ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite cd ep_etherpad-lite - npm install --loglevel warn + npm install --no-save --loglevel warn ) || { rm -rf node_modules exit 1