-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Warning when using text-based Bun lockfile #9628
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
Update: the text based lockfile for bun (bun.lock) is now live with bun 1.2: https://bun.sh/blog/bun-v1.2 - January 22, 2025 |
Yeah, now it's even on by default for new projects. So this just became more important :) |
I'm not only getting a warning but a full build failure. envinfo 👇🏽
Using |
Verify canary release
Link to code that reproduces this issue
https://github.com/robertherber/repro-turbo-with-bun-text-based-lockfile
Which canary version will you have in your reproduction?
2.3.4-canary.3
Enviroment information
Expected behavior
I expect it to work without a warning.
Actual behavior
Getting a very noisy warning whenever I run a turbo command:
The command still works though.
To Reproduce
Here's a simple repo reproduction:
https://github.com/robertherber/repro-turbo-with-bun-text-based-lockfile
Just run
bun typecheck
in the root and the warning is there (as above).Additional context
Using bun 1.1.39 with a text-based lockfile (verified I'm getting the same on 1.1.40 and 1.1.41).
The text was updated successfully, but these errors were encountered: