Skip to content
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

NPM install issue on OSX #1

Open
MonkeyChap opened this issue Jul 12, 2016 · 1 comment
Open

NPM install issue on OSX #1

MonkeyChap opened this issue Jul 12, 2016 · 1 comment

Comments

@MonkeyChap
Copy link

Hi,

This sounds like a great project ! I just tried installing using the NPM approach and got some errors:

CXX(target) Release/obj.target/nangraph/../nangraph.cc/src/graph.o
LIBTOOL-STATIC Release/nangraph.a
CXX(target) Release/obj.target/nangraph/src/index.o
CXX(target) Release/obj.target/nangraph/src/NanGraph.o
../src/NanGraph.cc:111:35: error: no member named 'Get' in
'Nan::Persistent<v8::Value, v8::NonCopyablePersistentTraitsv8::Value >'
auto data = _nodeData[nodeId].Get(isolate);
~~~~~~~~~~~~~~~~~ ^
../src/NanGraph.cc:156:41: error: no member named 'Get' in
'Nan::Persistent<v8::Value, v8::NonCopyablePersistentTraitsv8::Value >'
auto data = self->_linkData[linkId].Get(info.GetIsolate());
~~~~~~~~~~~~~~~~~~~~~~~ ^
2 errors generated.

I'll try the manual compile route also.

Thanks

Ian

@anvaka
Copy link
Owner

anvaka commented Jul 12, 2016

Interesting. If you type npm version - what do you see?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants