diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 9ed340e4..db46dbfa 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -33,7 +33,7 @@ if [ ! -f "settings.json" ]; then fi echo "Ensure that all dependencies are up to date..." -npm install || exit 1 +npm install || rm -rf node_modules; exit 1 echo "Ensure jQuery is downloaded and up to date..." DOWNLOAD_JQUERY="true"