Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies not installing #34

Closed
Mr-Usman opened this issue Nov 17, 2019 · 3 comments
Closed

Dependencies not installing #34

Mr-Usman opened this issue Nov 17, 2019 · 3 comments

Comments

@Mr-Usman
Copy link

I just clone this repo and tried to install all the dependencies as mentioned in the package.json file but it did not work for me!

@Mr-Usman
Copy link
Author

error showing me is as follows
bcrypt@3.0.3 install: node-pre-gyp install --fallback-to-build
can you fix it or tell me ?

@chuckcharles
Copy link

I had to replace bcrypt with bcryptjs in package.json and then update user.model.js to use bcryptjs.
I also had to:
npm install --save-dev mock-req-res
npm install --save-dev sinon
Then run npm install

@Mr-Usman
Copy link
Author

Mr-Usman commented Dec 1, 2019

Thank you @chuckcharles.

@Mr-Usman Mr-Usman closed this as completed Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants