NextJS can't build or run an app
Unanswered
Pulx/Mars posted this in #help-forum
System:
windows 10 pro, wls ubuntu 22.4 BunJS
Error when running:
- bun run dev
[bun] Warning: worker_threads.Worker option "eval" is not implemented.
[bun] Warning: worker_threads.Worker option "stdout" is not implemented.
[bun] Warning: worker_threads.Worker option "stderr" is not implemented.
[bun] Warning: worker_threads.Worker option "resourceLimits" is not implemented.
- bun run build
Stuck at creating an optimized production build
what should I do?
Its a new project, no old updated one or anything
windows 10 pro, wls ubuntu 22.4 BunJS
Error when running:
- bun run dev
[bun] Warning: worker_threads.Worker option "eval" is not implemented.
[bun] Warning: worker_threads.Worker option "stdout" is not implemented.
[bun] Warning: worker_threads.Worker option "stderr" is not implemented.
[bun] Warning: worker_threads.Worker option "resourceLimits" is not implemented.
- bun run build
Stuck at creating an optimized production build
what should I do?
Its a new project, no old updated one or anything
4 Replies
Try npm?
@Jesse Try npm?
It might be a problem with the project,not the bun,i guess
Yeah probably, might be worth trying npm though if possible.