Open dfishburn opened 8 years ago
If I had to guess, it's because that is a native module. To make native modules work between node and denode. You need to install the same version of node that is available in electron, you can find out DeNode's node version by typing process.versions.node
into the console
When I attempt to run this I get:
If I don't use "denode" everything works as expected.