[GH-ISSUE #137] feat: Upgrade to lockfileVersion 3 in the package-lock.json file #11950

Closed
opened 2026-04-19 18:39:39 -05:00 by GiteaMirror · 1 comment
Owner

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 lockfileVersion property is specified as 2 in the package-lock.json file.

Describe the solution you'd like
The lockfileVersion property should be bumped to 3 in the package-lock.json file.

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 `lockfileVersion` property is specified as 2 in the `package-lock.json` file. **Describe the solution you'd like** The `lockfileVersion` property should be bumped to 3 in the `package-lock.json` file.
Author
Owner

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

<!-- gh-comment-id:1826039034 --> @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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#11950