mscdex / cap

A cross-platform binding for performing packet capturing with node.js
MIT License
361 stars 45 forks source link

ERROE %1 Not windows 32 applications #71

Closed halilarici closed 6 years ago

halilarici commented 6 years ago

ekran resmi 2018-07-29 17 31 57

mscdex commented 6 years ago

Two possibilities:

halilarici commented 6 years ago

I was install Npcap. But I was not solved :/ Please help me. I was trying maybe 48 hours.

mscdex commented 6 years ago

How did you install cap? If you simply copied an existing node_modules directory to another system, that may cause this error. Additionally, if you did actually execute 'npm install cap' on this particular system, can you post the actual console output?

halilarici commented 6 years ago

My mac : screenshot mac 2018-07-30 00 16 56

Try windows pc : screenshot windows 2018-07-30 00 18 03

I use electronjs.

mscdex commented 6 years ago

There's the problem, as you can tell from the output, the addon wasn't built successfully because you're missing Python (2.7.x). You will also need an appropriate compiler if you do not already have one (e.g. MSVC). If you are missing any of these things, you should be able to make sure all of the necessary pieces of software are installed by following the single, simple command found here: https://github.com/felixrieseberg/windows-build-tools#readme

halilarici commented 6 years ago

Yeah solved win32 problem but this new problem : image