huggingface/node-question-answering

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

qwertyuu opened this issue · 1 comments

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)

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