From 11c6c0a88052792e0e5b1dc847deffb2a4d8e1c5 Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Mon, 5 May 2025 14:23:00 +0200 Subject: [PATCH] install 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 8085e5b..879b46f 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" + 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 3fb751d..e2584ba 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" +NODE_MODULE="npm@latest,yarn@latest,vue/cli-service@latest" install_node_and_modules setup_uv