Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bun lock file #1030

Merged
merged 1 commit into from
May 1, 2024
Merged

Remove bun lock file #1030

merged 1 commit into from
May 1, 2024

Conversation

prabhu
Copy link
Collaborator

@prabhu prabhu commented May 1, 2024

bun container builds were failing. Upon investigation it is clear that bun lock file changes with install and running bun install even without the --frozen-lockfile flag still errors out.

0.391 bun install v1.1.6 (e58d67b4)
0.447  Resolving dependencies
19.63  Resolved, downloaded and extracted [10]
19.65 error: lockfile had changes, but lockfile is frozen
19.65 note: try re-running without --frozen-lockfile and commit the updated lockfile

Removing the lock file helps. But do not use the bun version in production!

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@prabhu prabhu merged commit 8953623 into master May 1, 2024
17 checks passed
@prabhu prabhu deleted the fix/bun-lock-issue branch May 1, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant