SoftwareBrothers / better-docs

Beautiful toolbox for jsdoc generated documentation - with 'typescript', `category` and `component` plugins
MIT License
856 stars 127 forks source link

Getting error while using template with react and jsdoc #131

Open 0sikarwar opened 3 years ago

0sikarwar commented 3 years ago

Getting the following error whenever i tried to add "template": "node_modules/better-docs" in opts of my jsdoc.conf.json error.txt

Here is the current config i am using jsdoc.conf.json jsdoc.conf.txt

i also tried using "template": "./node_modules/better-docs"

CMD used to run docs "docs": "jsdoc -c jsdoc.conf.json"

versions from my package.json "react": "^17.0.1" "jsdoc": "^3.6.6"

przemyslaw-szejna-sb commented 2 years ago

Please use 2.4.1 version of better-docs