You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Sometimes (seemingly randomly) when running builds using the bun adapter, the following mishap happens:
Current workaround:
Run the build multiple times and hope that it succeeds sometime.
The text was updated successfully, but these errors were encountered: