After upgrading tumbleweed to latest version, with kernel 6.9.1.-1 yarn doesn’t working anymore, exiting immediately with this error:
Internal Error: spawn ETXTBSY
temporary solution is to execute this command before launching yarn:
export UV_USE_IO_URING=0
reference: