I was trying to build a native module for electron (node.js). But after building it when try to use it my project i get 'this module was compiled against a different Node.js version using NODE_MODULE_VERSION 72. This version of Node.js requires NODE_MODULE_VERSION 70. Please try re-compiling or re-installing' error.
I have try a lot of way, but didn't able to solve it. Also i have checked on the node.js release logs, no where found any version that includes NODE_MODULE_VERSION 70.