[GH-ISSUE #437] Update from 0.52 -> 0.53: npm build error #129

Closed
opened 2026-02-26 12:40:15 +03:00 by kerem · 3 comments
Owner

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).

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).
kerem 2026-02-26 12:40:15 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@BryanCLieberman commented on GitHub (Jan 10, 2026):

Do you mind sharing your /opt/ProxmoxVE-Local/update.sh?

<!-- gh-comment-id:3733446607 --> @BryanCLieberman commented on GitHub (Jan 10, 2026): Do you mind sharing your /opt/ProxmoxVE-Local/update.sh?
Author
Owner

@SuperManni72 commented on GitHub (Jan 11, 2026):

Here is my update.sh

<!-- gh-comment-id:3734279138 --> @SuperManni72 commented on GitHub (Jan 11, 2026): Here is my [update.sh](https://github.com/user-attachments/files/24549303/update.sh)
Author
Owner

@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.

<!-- gh-comment-id:3734671076 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#129
No description provided.