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

Node.js bindings for Gnu Privacy Guard

Results 2 node-gpg issues
Sort by recently updated
recently updated
newest added

The installer uses `node-waf` which was deprecated in Node 0.8. It should be using [node-gyp](https://github.com/TooTallNate/node-gyp) instead.

``` 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. (/Users/joshua/Projects/wbx-watchdog/node_modules/gpgme/gpgme.js:1:77) at Module._compile (module.js:456:26) at Object.Module._extensions..js...