-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Deprecation warnings while building #123
Comments
Good, never looked further into that. I think node-gyp or GCC is silencing those warnings for me. It would be great if you find how to replace |
Hi, #npm install -f
make: Entering directory '/home/...../argon2/build' [i have modified the actual path] ../src/argon2_node.cpp: In member function ‘virtual void NodeArgon2::HashWorker::HandleOKCallback()’: |
Deprecation warnings are not errors, and the build should be fine. However, it should be fixed before upgrading to the next major version of nan |
Oh shoot!!! yep its not an error. But i face a peculiar problem specifically in production (in AWS). In local its working fine even with the warnings, but in production its not behaving the same. The build is not getting completed and its getting stalled. May be AWS doesn't allow building node packages in specific circumstances. |
v0.18.0 solves this warning |
Before creating an issue, please be sure to:
Steps to reproduce
Expected behaviour
Installs without warnings
Actual behaviour
Environment
Operating system: MacOS
Node version: v8.9.4
Compiler version: clang-900.0.38
Refs
nodejs/nan#284
The text was updated successfully, but these errors were encountered: