denode
denode copied to clipboard
64 v 32
When I attempt to run this I get:
C:\appdev\mainline\projects\Intel\BusinessOnTheEdge\Retail\dev\node\node_modules\sqlanywhere\lib\in…:26 Uncaught Error: Could not load modules for Platform: 'win32', Process Arch: 'x64', and Version: 'v5.10.0'
If I don't use "denode" everything works as expected.
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