I have the dreaded Module version mismatch Expected 48 got 47. I’ve followed the directions on using-native-node-modules with electron and have rebuilt the module in question (keytar) and can load it without issue, copying the directory with the application (including the node_modules) to another machine and dragging and dropping it into the electron quick start application works there as well.
But on every other machine following the same process of starting election quick start application and dropping folder into the application I get the module version mismatch error. The target hardware does not have npm or node installed.
I’m fairly new to npm but out of ideas on what to try since I have it working on my dev environment.
Any suggestions would be greatly appreciated.