mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 16:32:17 +00:00
fix(n8n): add build-essential to update dependencies
node-gyp requires make/gcc (from build-essential) and python3 to compile native modules like isolated-vm during npm update. These were present in the install script but missing from the update path. Closes #12786
This commit is contained in:
@@ -28,7 +28,7 @@ function update_script() {
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ensure_dependencies graphicsmagick
|
ensure_dependencies build-essential python3 python3-setuptools graphicsmagick
|
||||||
NODE_VERSION="24" setup_nodejs
|
NODE_VERSION="24" setup_nodejs
|
||||||
|
|
||||||
msg_info "Updating n8n"
|
msg_info "Updating n8n"
|
||||||
|
|||||||
Reference in New Issue
Block a user