This happens on require('clucene'):
module.js:485
process.dlopen(filename, module.exports);
^
Error: libclucene-core.so.1: cannot open shared object file: No such file or directory
at Object.Module._extensions..node (module.js:485:11)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/home/anatoliy/projects/clucene-test/node_modules/clucene/clucene.js:1:77)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
Also after successful npm install clucene when I try to require clucene i got error related to build directory name ('default' expected but in fact it called 'Release'), renaming fixed this issue.
This happens on require('clucene'):
Also after successful
npm install clucenewhen I try to require clucene i got error related to build directory name ('default' expected but in fact it called 'Release'), renaming fixed this issue.