-
Notifications
You must be signed in to change notification settings - Fork 182
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
compile error at cryptonote-util #65
Comments
same error here |
same. this is on debian stretch + nodejs 8.9.4-1nodesource1 have tried with node 4.x and node 6.x as well - same problem |
try node 0.10.x |
This fixed it for me Then again run npm update |
Try with this: Version 0.10.^ of Node.js is most suitable with the actual development stage. That said, since Ubuntu 16 come with version 4.^ of Node.js you will need to downgrade it (just to run the pool). install n to manage node version to usesudo npm install -g n use node's version 0.10.^sudo n 0.10 you can change after to lastest node's LTS by running
|
The text was updated successfully, but these errors were encountered: