mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
readd npm latest update
This commit is contained in:
parent
d31fd08d69
commit
c2b5747718
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ function setup_nodejs() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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}"
|
msg_ok "Setup Node.js ${NODE_VERSION}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue