Closed magicmonkey closed 13 years ago
That looks like a node_pcap install issue; the dependency is in htracr, and if it wasn't picked up at all, the error would be for 'pcap' (what htracr require()s) not 'pcap_binding'.
Cheers
OK cheers, I'll chase it upstream.
I installed htracr using "npm install htracr" and got version 0.1.1, but got an error on running it:
I ran "npm install pcap" and it fixed it, so I suspect there's a dependancy missing in NPM?