Open daslicht opened 8 years ago
@daslicht: this example was using an outdated version of the RethinkDB driver. I just bumped the version in package.json
; could you see if it works for you now?
hello this clone file dosn't started when i start this app by "node app" it's show me an error that is : E:\Practice\nodetest\nodeChat>node app module.js:341 throw err; ^
Error: Cannot find module 'bcrypt'
at Function.Module._resolveFilename (module.js:339:15)
at Function.Module._load (module.js:290:25)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object.
what can i do to solve?
tried npm install bcrypt ?
It's possible the bcrypt module doesn't work on windows, since it'll need a compiler. I don't know for sure though
i installed bcrypt, but still i am facing this issue?
@floatingFaez Are you still seeing the same error? Error: Cannot find module 'bcrypt'
? That would suggest that bcrypt isn't installed properly yet, or node doesn't find it.
Hi, when I clone , npm install , and start the app I get :
How to fix , Is there somewhere a newer example?