From eeaed91d5da2c69a7d0cb5ae67da504fa3232412 Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Mon, 5 May 2025 18:25:45 +0200 Subject: [PATCH] fix vue-cli-service --- ct/streamlink-webui.sh | 2 +- install/streamlink-webui-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/streamlink-webui.sh b/ct/streamlink-webui.sh index 77f7b80a..904c3090 100644 --- a/ct/streamlink-webui.sh +++ b/ct/streamlink-webui.sh @@ -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" diff --git a/install/streamlink-webui-install.sh b/install/streamlink-webui-install.sh index 8a620ae6..46e9cb8b 100644 --- a/install/streamlink-webui-install.sh +++ b/install/streamlink-webui-install.sh @@ -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