ericwfisher
ericwfisher
I am having very similar issues. OSX v10.11.1 node v5.1.0 node-gyp v3.0.3: ``` Erics-MBP:pcap2 eric$ npm install pcap > [email protected] install /Users/eric/src/node/pcap2/node_modules/socketwatcher > node-gyp rebuild CXX(target) Release/obj.target/socketwatcher/socket_watcher.o In file included...
As an update ... I was able to get pcap installed, building, and working from source ``` $ npm install https://github.com/mranney/node_pcap.git ``` However, I thought you still might like to...
Are there plans to address this?