mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #137] feat: Upgrade to lockfileVersion 3 in the package-lock.json file #11950
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 @thesobercoder on GitHub (Nov 24, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/137
Is your feature request related to a problem? Please describe.
Currently, it is not possible to use Bun to install the dependencies because the
lockfileVersionproperty is specified as 2 in thepackage-lock.jsonfile.Describe the solution you'd like
The
lockfileVersionproperty should be bumped to 3 in thepackage-lock.jsonfile.@tjbck commented on GitHub (Nov 24, 2023):
Hi, Thanks for the suggestion. If you could make a PR with the lockfileversion updated to 3 after testing that it works with npm, yarn and bun, I'll review your PR and merge it to main.
I'll close this issue as not planned for now, as I'm occupied with adding more core features to the product and I'm not entirely sure if bun would be fully compatible with sveltekit projects nor node package dependencies included with this project. Keep me updated, Thanks!