I have a node project in which I use NodeJS 14.15.0 and the latest build of Electron 12.0.0.
NodeJS version 14.15.0 has a NODE_MODULE_VERSION 83 according to their webpage.
Electron version v12.0.0 uses this node version of 14.15.0. but on their webpage it says the module NODE_MODULE_VERSION is 87
Therefore I have a mismatch between these two versions. I need a match so I can load the same binary intro an Electron app + execute by a node.js instance.

