readd npm latest update

This commit is contained in:
CanbiZ
2025-06-26 20:49:17 +02:00
committed by GitHub
parent d31fd08d69
commit c2b5747718

View File

@ -64,6 +64,11 @@ function setup_nodejs() {
exit 1
fi
# 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