TooTallNate / node-bindings

Helper module for loading your native module's `.node` file
MIT License
412 stars 95 forks source link

different NODE_MODULE_VERSION ? #63

Open xiaoqufengdi opened 4 years ago

xiaoqufengdi commented 4 years ago

usb_bindings.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 72. This version of Node.js requires NODE_MODULE_VERSION 73. Please try re-compiling or re-installing --But i cann't found Node.js version using NODE_MODULE_VERSION 73?

cacampbell commented 4 years ago

electron npm rebuild?

prakashnarkhede91 commented 3 years ago

@xiaoqufengdi @cacampbell Hi team, i'm facing the same issue how can resolve it ? please guide me on same