huggingface / node-question-answering

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

Cannot find module '../dist/utils' when running npx question-answering #25

Open qwertyuu opened 3 years ago

qwertyuu commented 3 years ago

If you go down the code a little, you will see that the dist/utils folder is actually on the same level as the cli.js file. So the right path is './dist/utils' (remove a dot)

jameschats commented 2 years ago

Could not find dist/utils folder in the sourcecode, could anyone help me on this ?