From bac2416571e7430a1fa5ea314536c4ebcbe74be4 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:39:14 +0300 Subject: [PATCH] Skill issue --- launcher.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher.sh b/launcher.sh index fae13c1..4223b52 100755 --- a/launcher.sh +++ b/launcher.sh @@ -1145,6 +1145,7 @@ editor() { remove_node_modules() { log_message "INFO" "Removing node_modules folder..." cd "$(dirname "$0")./SillyTavern" + rm -rf node_modules npm cache clean --force log_message "INFO" "node_modules successfully removed." read -p "Press Enter to continue..."