remove exit if npm update failed

This commit is contained in:
CanbiZ 2025-06-26 23:42:22 +02:00 committed by GitHub
parent 4b8e1e9015
commit 97a1c64fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,6 @@ function setup_nodejs() {
# Update to latest npm
$STD npm install -g npm@latest || {
msg_error "Failed to update npm to latest version"
exit 1
}
msg_ok "Setup Node.js ${NODE_VERSION}"
fi