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
Wireit doesn't currently work when using Bun as a package manager. It usually just hangs with
Wireit could not identify the npm user agent, assuming it behaves like npm. Arguments may not be interpreted correctly.
Waiting for another process which is already running this script
The text was updated successfully, but these errors were encountered:
There's two parts to this, one is supporting bun as a script runner, and the other is supporting the bun runtime. The first part is pretty quick and easy, though there was one issue where we can't always unambiguously parse args: oven-sh/bun#4462
When I first tried out getting the bun runtime to work, shortly after it hit 1.0 I hit a number of segfaults. Wireit makes aggressive use of filesystem monitoring APIs, so I suspect the root cause is there, but I haven't yet dug deeper.
Wireit doesn't currently work when using Bun as a package manager. It usually just hangs with
The text was updated successfully, but these errors were encountered: