fix vue-cli-service

This commit is contained in:
CrazyWolf13 2025-05-05 18:25:45 +02:00
parent d6e1b39301
commit eeaed91d5d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ function update_script() {
msg_info "Updating $APP to v${RELEASE}"
rm -rf /opt/${APP}
NODE_VERSION="22"
NODE_MODULE="npm@latest,yarn@latest,@vue/cli@latest"
NODE_MODULE="npm@latest,yarn@latest,@vue/cli-service@latest"
install_node_and_modules
setup_uv
fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"

View File

@ -15,7 +15,7 @@ network_check
update_os
NODE_VERSION="22"
NODE_MODULE="npm@latest,yarn@latest,@vue/cli@latest"
NODE_MODULE="npm@latest,yarn@latest,@vue/cli-service@latest"
install_node_and_modules
setup_uv