Latest Node v14 is hitting a fatal error in v8 because of a new (to V14) v8 implementation:
V8_Fatal+162
v8::internal::BackingStore::Reallocate+653
v8::ArrayBuffer::GetBackingStore+137
v8 has had an issue raised for this problem: Issue 9908: Feedback for the new ArrayBuffer BackingStore API
Node.js v14 has a version of v8 v8.4.371.19-node.17 that is based on v8 v8.4 but with some 'cherry picks'.
Latest Node v14 is hitting a fatal error in v8 because of a new (to V14) v8 implementation:
v8 has had an issue raised for this problem: Issue 9908: Feedback for the new ArrayBuffer BackingStore API
Node.js v14 has a version of v8 v8.4.371.19-node.17 that is based on v8 v8.4 but with some 'cherry picks'.