mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Reference in New Issue
Block a user
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 @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:
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
6a012d2adds restriction on what is accepted node.js version .Is this really needed ?