Thanks for the nice project.
I have downloaded the code of the package and tried to include a native module (keytar) as a dependency.
I have added node_modules with freshly built keytar to the app folder.
However when I call require('./node_modules/keytar/build/Release/keytar.node')
it says A dynamic link library initialization failed.
I have locally exactly the same node version as used in the launchui.
When I try to require it directly from the node it works fine.
Is it something related to the way node.h is used?
Thanks for the nice project.
I have downloaded the code of the package and tried to include a native module (keytar) as a dependency.
I have added
node_moduleswith freshly built keytar to the app folder.However when I call
require('./node_modules/keytar/build/Release/keytar.node')it says
A dynamic link library initialization failed.I have locally exactly the same node version as used in the launchui.
When I try to require it directly from the node it works fine.
Is it something related to the way
node.his used?