Open krini opened 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?
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?