diff --git a/misc/tools.func b/misc/tools.func index 03f9102c8..65625b62a 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -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