JoshKaufman / ursa

URSA - RSA public/private key OpenSSL bindings for Node.js
Other
619 stars 135 forks source link

Not working on Mac #94

Open krini opened 9 years ago

krini commented 9 years ago

When I try to run a website using ursa it fails when ursa is required.

Uncaught TypeError: exists is not a function.

It seems like this is the problem: // Get the module root if (!opts.module_root) { opts.module_root = exports.getRoot(exports.getFileName()) }

opts = Object {bindings: "ursaNative"}

Do you know how to solve this?