mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 12:45:50 +03:00
[GH-ISSUE #437] Update from 0.52 -> 0.53: npm build error #129
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SuperManni72 on GitHub (Jan 10, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/437
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
After starting the upgrade from v0.5.2 to v0.5.3 via GUI, the Upgrade stops with an error message "[ERROR] Update failed. Please check the logs and try again". Details see below.
🔄 Steps to reproduce the issue.
Update from v0.5.2 to v0.5.3
Before that, I have executed the workaround of #429 (because otherweise I will get the node.js 24 error):
sed -i '/#Update Node.js to 24/,/upgrade_node_to_24/d' /opt/ProxmoxVE-Local/update.sh
❌ Paste the full error output (if available).
Log:
[ERROR] Failed to build application
[ERROR] npm run build output:
[ERROR] BUILD:
[ERROR] BUILD: > pve-scripts-local@0.1.0 build
[ERROR] BUILD: > prisma generate && next build --webpack
[ERROR] BUILD:
[ERROR] BUILD: Loaded Prisma config from prisma.config.ts.
[ERROR] BUILD:
[ERROR] BUILD: Prisma schema loaded from prisma/schema.prisma
[ERROR] BUILD:
[ERROR] BUILD: ✔ Generated Prisma Client (7.1.0) to ./prisma/generated/prisma in 60ms
[ERROR] BUILD:
[ERROR] BUILD: Multiple bundler flags set: TURBOPACK=auto, --webpack.
[ERROR] BUILD:
[ERROR] BUILD: Edit your command or your package.json script to configure only one bundler.
[ERROR] Install and build failed, rolling back...
🖼️ Additional context (optional).
@BryanCLieberman commented on GitHub (Jan 10, 2026):
Do you mind sharing your /opt/ProxmoxVE-Local/update.sh?
@SuperManni72 commented on GitHub (Jan 11, 2026):
Here is my update.sh
@BryanCLieberman commented on GitHub (Jan 11, 2026):
I'll have to dig into this a bit later but from what I can see my changes that I provided are not in your file. I'll also note that those changes are not official and use at your own risk. I'll update my comment about them as well.