Lovefield
Lovefield
NNuxt
Created by Lovefield on 3/24/2025 in #❓・help
"bun run dev" is not working.
Hi' there. My error log is here.
% 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.
% 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?
10 replies