passwordless-mongostore icon indicating copy to clipboard operation
passwordless-mongostore copied to clipboard

error: no member named 'ForceSet' in 'v8::Object'

Open mark-mmc opened this issue 5 years ago • 1 comments

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

mark-mmc avatar Sep 02 '19 04:09 mark-mmc

this solves it: https://github.com/epiccoolguy/passwordless-mongostore

Thanks @epiccoolguy !

mark-mmc avatar Sep 02 '19 04:09 mark-mmc