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

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