Assertion failed: (napi_call_function(env, recv, callback, 3, args, &recv) == napi_ok), function fse_dispatch_event, file fsevents.c, line 151.
% bun run dev
$ nuxt dev
Nuxt 3.14.1592 with Nitro 2.11.7
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
✔ Vite client built in 46ms
Assertion failed: (napi_call_function(env, recv, callback, 3, args, &recv) == napi_ok), function fse_dispatch_event, file fsevents.c, line 151.
I thinks this is from something wrong in file watch system.
OS is MAC (Sequoia 15.3.2)
Nuxt version is 3.14.1592.
Bun version is 1.2.5.
Is same error in Nuxt 3.16.1 and Bun 1.1.6.
Anyone know about fix this error?