node-gpg icon indicating copy to clipboard operation
node-gpg copied to clipboard

Getting gpg_module not found

Open jfrux opened this issue 12 years ago • 1 comments

module.js:356
  Module._extensions[extension](this, filename);
                               ^
Error: Symbol gpg_module not found.
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/joshua/Projects/wbx-watchdog/node_modules/gpgme/gpgme.js:1:77)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

Any clues?

jfrux avatar Jul 31 '13 22:07 jfrux

My guess is that this is related to #2 . I'm not really using this project any more and don't have time to look into it more closely, but I'm happy to apply patches.

eschulte avatar Sep 07 '13 16:09 eschulte