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
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
v4
Describe the bug
Can't build using node v12.6.0/npm 6.12.0
errors: ../../nan/nan_object_wrap.h:24:25: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >' assert(persistent().IsNearDeath());
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
v4
Describe the bug
Can't build using node v12.6.0/npm 6.12.0
errors:
../../nan/nan_object_wrap.h:24:25: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >' assert(persistent().IsNearDeath());To Reproduce
Steps to reproduce the behavior:
1- git checkout v4
2- npm i -g [email protected] [email protected] [email protected] [email protected] jest
3- lerna bootstrap --hoist
4- npm run build
Expected behavior
Should build without error.
Screenshots
None
Additional context
None
[bug]