mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-28 18:17:37 +00:00
remove exit if npm update failed
This commit is contained in:
@ -67,7 +67,6 @@ function setup_nodejs() {
|
|||||||
# Update to latest npm
|
# Update to latest npm
|
||||||
$STD npm install -g npm@latest || {
|
$STD npm install -g npm@latest || {
|
||||||
msg_error "Failed to update npm to latest version"
|
msg_error "Failed to update npm to latest version"
|
||||||
exit 1
|
|
||||||
}
|
}
|
||||||
msg_ok "Setup Node.js ${NODE_VERSION}"
|
msg_ok "Setup Node.js ${NODE_VERSION}"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user