You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nodejs 14 is end of life.
I'd like to build with a supported node version, but I'm getting compile errors because of the four-years-old nan dependency:
npm ERR! ../../nan/nan_typedarray_contents.h: In constructor 'Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>)':
npm ERR! ../../nan/nan_typedarray_contents.h:34:43: error: 'class v8::ArrayBuffer' has no member named 'GetContents'
npm ERR! 34 | data = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
npm ERR! | ^~~~~~~~~~~
Updating node and other dependencies to current versions would be nice.
The text was updated successfully, but these errors were encountered:
Nodejs 14 is end of life.
I'd like to build with a supported node version, but I'm getting compile errors because of the four-years-old nan dependency:
Updating node and other dependencies to current versions would be nice.
The text was updated successfully, but these errors were encountered: