steelbrain / denode

Debug node apps like a pro
MIT License
142 stars 12 forks source link

64 v 32 #9

Open dfishburn opened 8 years ago

dfishburn commented 8 years ago

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.

steelbrain commented 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