mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
remove exit if npm update failed
This commit is contained in:
parent
4b8e1e9015
commit
97a1c64fad
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue