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

Cannot Install on Node 7.5.0 on OSX El Capitan #14

Open
anthonyjesmok opened this issue Feb 15, 2017 · 0 comments
Open

Cannot Install on Node 7.5.0 on OSX El Capitan #14

anthonyjesmok opened this issue Feb 15, 2017 · 0 comments

Comments

@anthonyjesmok
Copy link

When trying to execute an install of socketwatcher on OSX, this error happens and the installation cannot be completed. Hence, I cannot use many modules which depend on it, especially pcap-based ones.

PDC-SWE-Lab-Mac-Mini:dash-example anthonyjesmok$ sudo npm install socketwatcher -g

> [email protected] install /usr/local/lib/node_modules/socketwatcher
> node-gyp rebuild

  CXX(target) Release/obj.target/socketwatcher/socket_watcher.o
../socket_watcher.cpp:104:37: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
    info.GetReturnValue().Set(cons->NewInstance());
                                    ^
/Users/anthonyjesmok/.node-gyp/7.5.0/include/node/v8.h:3292:52: note: 'NewInstance' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
                                                   ^
1 warning generated.
  SOLINK_MODULE(target) Release/socketwatcher.node
/usr/local/lib
└── [email protected] 

PDC-SWE-Lab-Mac-Mini:dash-example anthonyjesmok$ 
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

1 participant