From d1ceb2c1bcb8b8fa720f89d32e9712117949b8c2 Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Mon, 5 May 2025 18:08:55 +0200 Subject: [PATCH] fix vue-cli --- 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 879b46f..c505722 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-service@latest" + NODE_MODULE="npm@latest,yarn@latest,vue/cli@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 e2584ba..90b89bc 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-service@latest" +NODE_MODULE="npm@latest,yarn@latest,vue/cli@latest" install_node_and_modules setup_uv