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
I try my application with node8 (from v6.11.1 to v8.9.0).
When i require the module const RedisStore = require('passwordless-redisstore'), i've got this error :
Error: Module version mismatch. Expected 48, got 57.
at Error (native)
at Object.Module._extensions..node (module.js:597:18)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at bindings (/Users/me/myWorkspace/myOrga/myApp/node_modules/bindings/bindings.js:76:44)
at Object.<anonymous> (/Users/me/myWorkspace/myOrga/myApp/node_modules/bcrypt/bcrypt.js:3:35)
...
It seems that node v8.9.0 (LTS) is not supported by bcrypt.
#10 Hi,
I try my application with node8 (from v6.11.1 to v8.9.0).
When i require the module
const RedisStore = require('passwordless-redisstore')
, i've got this error :It seems that node v8.9.0 (LTS) is not supported by bcrypt.
Maybe, this : kelektiv/node.bcrypt.js#513
Should it be better to use
bcryptjs
to avoid this kind of issue ? https://github.com/dcodeIO/bcrypt.jsThks
The text was updated successfully, but these errors were encountered: