-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fs.mkdir already exists error is still hapenning #16536
Comments
i think is fixed here: #16497 |
Fixed by @dylan-conway in #16497. The fix will be included in Bun v1.1.46 which releases very soon. You can also try update via canary |
same.. seems the changelog for 1.1.45 is wrong then |
I was also very confused about this. Our CI was failing due to this issue with @Jarred-Sumner, are you amenable to including an edit or errata to the release notes blog post at https://bun.sh/blog/bun-v1.1.45#fixed-fs-mkdir-recursive-regression ? |
For anyone keeping track of this: this is fixed in |
This problem is still exist on windows 11 24h2. (bun version 1.2.4) |
What version of Bun is running?
1.1.45
What platform is your computer?
Linux 6.1.0-22-amd64 x86_64 unknown
What steps can reproduce the bug?
running in my project:
What is the expected behavior?
should ignore mkdir call as the folder exists
What do you see instead?
Additional information
tailwindcss is throwing this error on this line:
https://github.com/tailwindlabs/tailwindcss/blob/a51b214c133da316583edd018102b236114a96ac/packages/%40tailwindcss-cli/src/commands/build/utils.ts#L22
we upgraded bun from 1.1.43 to 1.1.45 if that helps
The text was updated successfully, but these errors were encountered: