Skip to content

Commit 11c6c0a

Browse files
committed
install vue-cli
1 parent 57e8494 commit 11c6c0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/streamlink-webui.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function update_script() {
3939
msg_info "Updating $APP to v${RELEASE}"
4040
rm -rf /opt/${APP}
4141
NODE_VERSION="22"
42-
NODE_MODULE="npm@latest,yarn@latest"
42+
NODE_MODULE="npm@latest,yarn@latest,vue/cli-service@latest"
4343
install_node_and_modules
4444
setup_uv
4545
fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"

install/streamlink-webui-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ network_check
1515
update_os
1616

1717
NODE_VERSION="22"
18-
NODE_MODULE="npm@latest,yarn@latest"
18+
NODE_MODULE="npm@latest,yarn@latest,vue/cli-service@latest"
1919
install_node_and_modules
2020
setup_uv
2121

0 commit comments

Comments
 (0)