Open Ngc1987 opened 2 years ago
Same issue.
@ariansobczak-rst any idea?
found it they have to change Readme the package is no longer supported , remove parcel-bundler and run this yarn global add parcel it will install the latest version that works fine
Yes but first i think i have tried with only parcel-bundler, after only with parcel, and each time installed globally. Doesn't work for me, and now after some searchs on similar problems, i put on my linux computer a wrong command who take me the root control of my computer, so i need to reinstall because i just can't now delete one package. And i don't have time now, so i retry in a few days
Is anyone able to generate good documentation with this in a react-native / react project with typescript? I've tried and it always comes out horrible. Ended up abandoning this library because of it.
We're using it internally to generate documentation (https://docs.adminjs.co) for AdminJS: https://github.com/SoftwareBrothers/adminjs-dev
Is anyone able to generate good documentation with this in a react-native / react project with typescript? I've tried and it always comes out horrible. Ended up abandoning this library because of it.
have you found any alternative? I have the same problem as you. Whenever I try to create documentation for components stuff go horible...
have you found any alternative? I have the same problem as you. Whenever I try to create documentation for components stuff go horible...
Not yet, unfortunately.
I don't understand why it's so complicated to have a simple and clean documentation in React. Just hope next updates will help us to do it..
Hi everyone, i try to make my documentation in my React Typescript project, and if i try to generate it with the @component plugin, i have this error:
You tell on the ReadMe to have parcel-bundler globally installed to do this, it's ok despite a lot of dependences are deprecated. To be sure, i install globally parcel 2.4, the last version who replace parcel-bundler, but the error is the same.
I show you the jsdoc config file and the script to generate the doc, but i think they are ok because without the component plugin it works. But i really want to have this .
And here the globally installed dependencies on my computer, who works on Linux Mint 20.3 Cinnamon, and the complete error:
I also give root permissions with sudo chown to install and access the parcel directories, but there is the same error.