Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

App does not start #17

Open
daslicht opened this issue Nov 19, 2015 · 6 comments
Open

App does not start #17

daslicht opened this issue Nov 19, 2015 · 6 comments

Comments

@daslicht
Copy link

Hi,
when I clone , npm install , and start the app I get :

AssertionError: RqlDriverError: Server dropped connection with message: "ERROR: The PROTOBUF client protocol is no longer supported"

How to fix , Is there somewhere a newer example?

@mglukhovsky
Copy link
Member

@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?

@floatingFaez
Copy link

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. (E:\Practice\nodetest\nodeChat\app.js:15:14)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Function.Module.runMain (module.js:447:10)

what can i do to solve?

@daslicht
Copy link
Author

tried npm install bcrypt ?

@deontologician
Copy link
Contributor

It's possible the bcrypt module doesn't work on windows, since it'll need a compiler. I don't know for sure though

@floatingFaez
Copy link

i installed bcrypt, but still i am facing this issue?

@danielmewes
Copy link
Member

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants