CLI build error, assertion data failed

Hi, we are having trouble building our game with the CLI in our pipeline, from time to time we get these build failures:

Node.js[1256]: ../../third_party/electron_node/src/node_platform.cc:435: Assertion `data' failed.
1: 00007FF7726B9CCF uv_open_osfhandle+479
2: 00007FF771431CB6 node::Abort+22
3: 00007FF771431433 node::Assert+131
4: 00007FF77279A915 uv_disable_stdio_inheritance+137973
5: 00007FF77279ACA5 uv_disable_stdio_inheritance+138885
6: 00007FF76FE60C75 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+4366357
7: 00007FF76FEA1986 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+4631846
8: 00007FF76FEA4018 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+4641720
9: 00007FF76FEA3F9D std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+4641597
10: 00007FF76FA7BA4B std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+282091
11: 00007FF76FA7B68A std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+281130
12: 00007FF76FA7BD2E std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+282830
13: 00007FF76FE4E21C std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+4289980
14: 00007FF76FAB7669 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+526857
15: 00007FF76FAB77F9 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+527257
16: 00007FF76FAADB80 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+487200
17: 00007FF76FAB9FDD std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+537469
18: 00007FF76FF1B74E std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+5130990
19: 00007FF76FAB1DEE std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+504206
20: 00007FF76FAB17BC std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+502620
21: 00007FF76FAB1276 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+501270
22: 00007FF76FAB0E84 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+500260
23: 00007FF76FAA8F21 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+467649
24: 00007FF76FAB004A std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+496618
25: 00007FF76FBAA5DA std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocator<v8::CpuProfileDeoptInfo> > >::_Make_iterator+1522042
26: 00007FF77038112F v8::WasmStreaming::Unpack+2678799
Process exited with code 134

What is causing this error and what can be done to fix it?
we are using cocos version 2.4.4

we execute the CLI like so:
CocosCreator.exe --path . --build “platform=web-mobile”

Hi,
We have the same issue, did you find a solution ?

hi ttm,
no we have not found a solution