Relative Content

Tag Archive for node.jselectronnode-gyp

Error: The specified module could not be found. Node-gyp compiled module

So i’m working on a Flight Simulator add-on and as you probably know the sdk is only available in C++ and C#. The problem is that i’m working on the UI with Javascript and NodeJS. I’m currenlty blocked on a bug that I don’t know how to fix. So basically I’ve downloaded the “node-gyp” package to be able to run C++ code directly into my NodeJS program, and the app isn’t working due to what I thing missing dependencies, here is my code :