-
Notifications
You must be signed in to change notification settings - Fork 83
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
fails to install on macOS #192
Comments
Anyone an idea how to track down what the problem could be? |
Reproducible when starting clean:
|
Looking at the log these lines look suspicious
|
This repo is no longer maintained. If you are using If you are using |
I noticed that later on. Thanks, @chrisveness |
It seems like it's failing only on Node 12. @tcurdt can you confirm that it works if you downgrade to another version of Node? |
Yes, I can confirm it's a node 12 problem. |
Thanks @tcurdt, I encountered this issue because I was using libraries that depended on the |
Node 11 is EOL on 1st June: And Electron 5 is on Node 12: |
Here is basic advice for new npm users that came here and didn't know what to do. Find which packages are requiring scrypt: npm ls scrypt See if they have already worked around the problem: npm outdated And then update your package.json to update those dependencies and see if it fixes the problem. |
Another advise:
|
There is already fix in master branch, however new version was not released yet. You can try to use fixed version from git:
However, if this is your direct dependecy, consider following warning in README:
We are waiting for the new version release from May 2020 in vain: #197 (comment) |
I am trying to install node-scrypt with
npm install scrypt@6.0.3
onbut it fails with
The text was updated successfully, but these errors were encountered: