passwordless-mongostore
passwordless-mongostore copied to clipboard
error: no member named 'ForceSet' in 'v8::Object'
node --version: v10.16.3
Just tried installing, got this error:
[email protected] install /Projects/Mesa/mesa/node_modules/passwordless-mongostore/node_modules/bcrypt node-gyp rebuild CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o In file included from ../src/bcrypt_node.cc:1: In file included from ../../nan/nan.h:190: ../../nan/nan_maybe_43_inl.h:88:15 error: no member named 'ForceSet' in 'v8::Object'
https://github.com/justadudewhohacks/opencv4nodejs/issues/295
this solves it: https://github.com/epiccoolguy/passwordless-mongostore
Thanks @epiccoolguy !