This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 120
Failed at the [email protected] install script 'node-gyp rebuild'. #11
Comments
Hi Evert, |
Hi Renz, I will try that, thanks. |
Or npm install --save bcryptjs and go to app/server/modules/encrypt.js and change bcrypt = require('bcrypt') to bcrypt = require('bcryptjs'); I also had to run npm uninstall sqlite3 and then run npm install --save sqlite3 |
@kgrube5 Your solution works, thanks! |
Thanks @kgrube5! Its works now. We need to insert this solution on the README.md for other people. |
Hi, This is still very much an issue, and it seems like the repo is pretty far behind as we are currently in Node version 8 and this only works with 5. How should I be fixing this because the solution above does not seem to work? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cloned the repo and tried running npm install, but got the following errors in the output terminal:
Can anyone assist? I don't seem to be getting a solution myself...
The text was updated successfully, but these errors were encountered: