huggingface / node-question-answering

Fast and production-ready question answering in Node.js
Apache License 2.0
464 stars 53 forks source link

UnhandledPromiseRejectionWarning: Error: Cannot find module '../bin-package' #29

Open dsottimano opened 3 years ago

dsottimano commented 3 years ago

Weird error here, 2 different projects and 1 doesn't have this bin-package folder. Running node v12.18.4 if anyone has any ideas?

(node:93725) UnhandledPromiseRejectionWarning: Error: Cannot find module '../bin-package' Require stack:

dsottimano commented 3 years ago

Weird, re-installing the tokenizers package fixed it.

npm install tokenizers@latest

Hoodgail commented 3 years ago

i tried doing npm install tokenizers@latest but im still getting the error

gitTerebi commented 3 years ago

I deleted the node_modules folder and npm i and fixed error. Got this error after running build script.