mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-21 11:55:53 +02:00
Fix npm v12 allow-git/allow-remote restrictions across affected scripts (#17014)
* bentopdf: allow remote npm dependency for xlsx under npm v12 * librechat: allow remote npm dependency for xlsx under npm v12 * pangolin: allow remote npm dependencies for iron-remote-desktop packages under npm v12 * baserow: allow remote npm dependency for xlsx under npm v12 * cryptpad: allow git-based npm dependencies for drawio and json.sortify under npm v12
This commit is contained in:
committed by
GitHub
parent
02c54f3be5
commit
c272987bad
+1
-1
@@ -51,7 +51,7 @@ function update_script() {
|
||||
|
||||
msg_info "Updating CryptPad"
|
||||
cd /opt/cryptpad
|
||||
$STD npm ci
|
||||
$STD npm ci --allow-git=all
|
||||
$STD npm run install:components
|
||||
if [ -f "/opt/cryptpad/install-onlyoffice.sh" ]; then
|
||||
$STD bash /opt/cryptpad/install-onlyoffice.sh --accept-license
|
||||
|
||||
Reference in New Issue
Block a user