Closed alexvoro closed 6 years ago
Ok, looks like you are trying the right things. What version of node are you using? node -v
@alexvoro Just made a fix and pushed it. Also published indy-sdk@0.2.4
Let me know how it goes.
@farskipper The fix in + indy-sdk@0.2.4 worked, thanks lots.
Hi,
Thank you for making the nodejs wrapper. I wanted to try it out on a mac and ran into some build issues. Is there something missing in the setup, or could you recommend the build steps?
After running:
LD_LIBRARY_PATH=../../indy-sdk/libindy/target/debug npm i --save indy-sdk
Getting error on `node-gyp rebuild:
Also I've tried cloning and rebuilding the repo, with "npm run-script rebuild" and getting the same error locally. The contents of the /indy.cc:185:34 are in the screenshot attached
Thank you!