denode icon indicating copy to clipboard operation
denode copied to clipboard

64 v 32

Open dfishburn opened this issue 9 years ago • 1 comments

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.

dfishburn avatar May 17 '16 19:05 dfishburn

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

steelbrain avatar May 17 '16 19:05 steelbrain