Cleanup node_modules on cloudron
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user