nightscout: allow the remote nightscout-connect tarball under npm v12

This commit is contained in:
MickLesk
2026-09-07 10:36:18 +02:00
parent da6bccfe25
commit 5b5cc37c4a
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ function update_script() {
msg_info "Updating Nightscout"
cd /opt/nightscout
$STD npm install
$STD npm install --allow-remote=all
msg_ok "Updated Nightscout"
msg_info "Starting Service"