the-road-to-graphql / fullstack-apollo-express-postgresql-boilerplate

💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
https://roadtoreact.com
MIT License
1.2k stars 261 forks source link

Dev #18

Closed vinhnguyen1211 closed 5 years ago

vinhnguyen1211 commented 5 years ago

Sorry, it was a mistake from my repository 😭

rwieruch commented 5 years ago

Out of curiosity: Why did you have to use bcryptjs and not bcrypt? Any limitations on Windows for bcrypt?

vinhnguyen1211 commented 5 years ago

It seems bcrypt doesn't support well on Window environment. I tried to npm install or yarn install but it keep logging error. It is something like this: https://github.com/kelektiv/node.bcrypt.js/issues/432

rwieruch commented 5 years ago

But you had success with bcrypt.js, correct @legend1250 ? Then I will introduce this one in the tutorial.

vinhnguyen1211 commented 5 years ago

Yes, bcryptjs works fine on both Windows and Macos