-
Notifications
You must be signed in to change notification settings - Fork 75
App does not start #17
Comments
@daslicht: this example was using an outdated version of the RethinkDB driver. I just bumped the version in |
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 Error: Cannot find module 'bcrypt' 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? |
Hi,
when I clone , npm install , and start the app I get :
How to fix , Is there somewhere a newer example?
The text was updated successfully, but these errors were encountered: