better-docs
better-docs copied to clipboard
I am getting Error in get started steps
-t ./node_modules/better-docs
FATAL: Unable to load template: Cannot find module 'taffydb'
Require stack:
same here
same here
I encounter this. Check issue #233 The problem is with better-doc that doesn't support taffiydb.
The solution
Change the version of jsdoc you used in the command line.
My case
- I installed jsdoc 4 globally and the last version (which is the latest).
- And better-doc need version 3.
- I uninstall my jsdoc globally and
- add the dev-dependencies for jsdoc locally with the target version
^3.6.7. - It works for me 🥳