mscdex / cap

A cross-platform binding for performing packet capturing with node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'cap.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 83. This version of Node.js requires NODE_MODULE_VERSION 89.

erfanmola opened this issue · comments

Hello, I'm facing this issue :

'cap.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 83. This version of Node.js requires
NODE_MODULE_VERSION 89. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).

So I did install the electron-rebuild and try to :

PS C:\Users\Erfan\Documents\Warcraft-Plus> .\node_modules\.bin\electron-rebuild.cmd
\ Building module: cap, Completed: 0

But nothing happens ! this has been running for 13 Hours and it's not completing anything !

You'll want to post an issue to the electron project instead. I have no control over that. This addon compiles just fine outside of electron.