Attention - Latest kernel (6.9.1-1) breaks yarn

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:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.