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

[BUG] [BUN] Production builds randomly failing [ENOENT: No such file or directory] using Bun #97

Open
itsyoboieltr opened this issue Jan 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@itsyoboieltr
Copy link

itsyoboieltr commented Jan 5, 2024

Sometimes (seemingly randomly) when running builds using the bun adapter, the following mishap happens:

│ ⚙  Preparing app for bun...    │
└────────────────────────────────┘

ERROR  { [ENOENT: No such file or directory]
  code: 'ENOENT',
  path:
   '/.vinxi/build/client/_build/assets/app-d176a71a.js',
  syscall: 'copyfile',
  errno: -2 } 

ERROR  No such file or directory

error: "vinxi" exited with code 1
error: script "build" exited with code 1

Current workaround:

Run the build multiple times and hope that it succeeds sometime.

@nksaraf nksaraf added the bug Something isn't working label Jan 28, 2024
@birkskyum
Copy link
Contributor

birkskyum commented Jun 17, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants