mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-05-01 11:41:24 +00:00
Skill issue
This commit is contained in:
@@ -1145,6 +1145,7 @@ editor() {
|
|||||||
remove_node_modules() {
|
remove_node_modules() {
|
||||||
log_message "INFO" "Removing node_modules folder..."
|
log_message "INFO" "Removing node_modules folder..."
|
||||||
cd "$(dirname "$0")./SillyTavern"
|
cd "$(dirname "$0")./SillyTavern"
|
||||||
|
rm -rf node_modules
|
||||||
npm cache clean --force
|
npm cache clean --force
|
||||||
log_message "INFO" "node_modules successfully removed."
|
log_message "INFO" "node_modules successfully removed."
|
||||||
read -p "Press Enter to continue..."
|
read -p "Press Enter to continue..."
|
||||||
|
|||||||
Reference in New Issue
Block a user