From e466a49e6237548b99b3a0ef3379dca61cffd5aa Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 31 Jul 2014 18:02:16 -0700 Subject: [PATCH] Cleanup node_modules on cloudron --- scripts/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 78843656e..5716137a5 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -42,6 +42,7 @@ EOF echo "==== Setup yellowtent ====" cd $BASEDIR NPM_INSTALL="npm install --production" +rm -rf ./node_modules eval $NPM_INSTALL RET=$? while [[ $RET -ne 0 ]]; do