From bbbbe29e4006b19e3fd3fd9705f03873ab0bdd65 Mon Sep 17 00:00:00 2001 From: MickLesk <47820557+MickLesk@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:32:31 +0200 Subject: [PATCH] iobroker: pin npm to 11, npm 12 dropped --unsafe-perm --- ct/iobroker.sh | 2 +- install/iobroker-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/iobroker.sh b/ct/iobroker.sh index aa64181f4..8236f05e7 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -31,7 +31,7 @@ function update_script() { exit fi - NODE_VERSION="26" setup_nodejs + NODE_VERSION="26" NPM_VERSION="11" setup_nodejs msg_info "Updating ${APP} LXC" $STD apt update diff --git a/install/iobroker-install.sh b/install/iobroker-install.sh index 058dfc47a..f07559a25 100644 --- a/install/iobroker-install.sh +++ b/install/iobroker-install.sh @@ -28,7 +28,7 @@ if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then exit 10 fi -NODE_VERSION="26" setup_nodejs +NODE_VERSION="26" NPM_VERSION="11" setup_nodejs msg_info "Installing ioBroker (Patience)" $STD bash <(curl -fsSL https://iobroker.net/install.sh)