ICIJ / node-tika

Apache Tika bridge for Node.js. Text and metadata extraction, language detection and more.
MIT License
138 stars 36 forks source link

cannot find module tika #22

Closed henrysachs closed 6 years ago

henrysachs commented 6 years ago

just copied the code from your example and get the following error:

module.js:529 throw err; ^

Error: Cannot find module 'tika' at Function.Module._resolveFilename (module.js:527:15) at Function.Module._load (module.js:476:23) at Module.require (module.js:568:17) at require (internal/module.js:11:18) at Object. (/home/henrysachs/move-search/backend/node_approach/events.js:1:74) at Module._compile (module.js:624:30) at Object.Module._extensions..js (module.js:635:10) at Module.load (module.js:545:32) at tryModuleLoad (module.js:508:12) at Function.Module._load (module.js:500:3)

henrysachs commented 6 years ago

installed the wrong npm package but this doesnt resolve my other issue with the package