-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Can't Install Latest Version? #29
Comments
You probably do not have the required compiler version. You'll either need gcc 4.8+ or clang 3.3+ (better bet since you're on OSX). I'm trying to configure Travis to build with OSX too so those errors will be prevented. |
Thanks! I'm not terribly familiar with this :( I just went ahead and made sure I had all the latest xcode stuff, which I do, but that's apparently not enough to build this any longer. I did some research, and was able to get gcc 5.3.0 installed via homebrew, by doing: $ brew install gcc But -- this only gives you a I don't suppose you know of a good way to get either GCC / Clang installed on OSX to make things work? It might also be worth it to mention the compiler dependencies in the readme. |
You can use |
That worked perfectly, thank you! Want a PR to include some of this in the README? I'd be happy to submit, although I'm not terribly familiar with all the different options / etc., so not sure if you want me to take a stab at it or not ^^ |
Please do, I'm currently trying to fix #25 so I'm focused. I'll comment if there's anything out of order :P |
Steps to reproduce
npm install argon2 --save
in a project.Expected behaviour
The module should be installed without issue.
Actual behaviour
The module fails to build with node-gyp:
Environment
Operating system: OSX
Node version: 5.5.0
Compiler version:
The text was updated successfully, but these errors were encountered: