mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-05-01 03:31:31 +00:00
use node.lts
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
:install_nodejs
|
||||
title STL [INSTALL NODEJS]
|
||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Installing Node.js...
|
||||
winget install -e --id OpenJS.NodeJS
|
||||
winget install -e --id OpenJS.NodeJS.LTS
|
||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Node.js is installed.%reset%
|
||||
|
||||
REM Prompt user to restart
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
:uninstall_nodejs
|
||||
title STL [UNINSTALL-NODEJS]
|
||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Uninstalling Node.js...
|
||||
winget uninstall --id OpenJS.NodeJS
|
||||
winget uninstall --id OpenJS.NodeJS.LTS
|
||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Node.js has been uninstalled successfully.%reset%
|
||||
goto :app_uninstaller_core_utilities
|
||||
Reference in New Issue
Block a user