[GH-ISSUE #5233] Commit 6a012d2 breaks the builds on Archlinux #52572

Closed
opened 2026-05-05 13:40:40 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @hylipiessa on GitHub (Sep 6, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5233

Bug Report

Installation Method

yay -S open-webui-git

Environment

Open WebUI v0.3.19

Operating system: ArchLinux

Confirmation:

  • [ X ] I have read and followed all the instructions provided in the README.md.
  • [ X ] I am on the latest version of both Open WebUI and Ollama.
  • [ X ] I have included the browser console logs.
  • I have included the Docker container logs.
  • [ X ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

Package builds and installs without errors.

Actual Behavior:

System reports Unsupported engine.

Description

Bug Summary:
Build and install of open-webui from git repository fails on ArchLinux systems .
Error reports:
npm error code EBADENGINE
npm error engine Unsupported engine
npm error engine Not compatible with your version of node/npm: open-webui@0.3.19
npm error notsup Not compatible with your version of node/npm: open-webui@0.3.19
npm error notsup Required: {"node":">=18.13.0 <=21.x.x","npm":">=6.0.0"}
npm error notsup Actual: {"npm":"10.8.3","node":"v22.8.0"}

Logs and Screenshots

2024-09-06T19_25_47_706Z-debug-0.log

Additional Information

ArchLinux uses already node.js version v22.8.0

The commit 6a012d2 adds restriction on what is accepted node.js version .
Is this really needed ?

Originally created by @hylipiessa on GitHub (Sep 6, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/5233 # Bug Report ## Installation Method yay -S open-webui-git ## Environment Open WebUI v0.3.19 Operating system: ArchLinux **Confirmation:** - [ X ] I have read and followed all the instructions provided in the README.md. - [ X ] I am on the latest version of both Open WebUI and Ollama. - [ X ] I have included the browser console logs. - [ ] I have included the Docker container logs. - [ X ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: Package builds and installs without errors. ## Actual Behavior: System reports Unsupported engine. ## Description **Bug Summary:** Build and install of open-webui from git repository fails on ArchLinux systems . Error reports: npm error code EBADENGINE npm error engine Unsupported engine npm error engine Not compatible with your version of node/npm: open-webui@0.3.19 npm error notsup Not compatible with your version of node/npm: open-webui@0.3.19 npm error notsup Required: {"node":">=18.13.0 <=21.x.x","npm":">=6.0.0"} npm error notsup Actual: {"npm":"10.8.3","node":"v22.8.0"} ## Logs and Screenshots [2024-09-06T19_25_47_706Z-debug-0.log](https://github.com/user-attachments/files/16912230/2024-09-06T19_25_47_706Z-debug-0.log) ## Additional Information ArchLinux uses already node.js version v22.8.0 The commit 6a012d2 adds restriction on what is accepted node.js version . Is this really needed ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#52572