pantharshit00 / prisma-docs-generator

Prisma generator for automatically generating documentation reference from the Prisma schema.
MIT License
560 stars 26 forks source link

hosting is not working [bug] #48

Closed dankolesnikov closed 1 year ago

dankolesnikov commented 2 years ago
dankolesnikov commented 2 years ago

https://www.darraghoriordan.com/2021/05/18/env-node-r-no-such-file-or-directory/ https://github.com/docsifyjs/docsify-cli/issues/78

@pantharshit00 did you use windows when building the package?

raarts commented 2 years ago

I ran find . -type f | xargs dos2unix in the dist directory to fix this.

pantharshit00 commented 2 years ago

I can republish this package with my Mac.

This will eventually need a proper CI setup.

Markkos89 commented 2 years ago

Having the same issue in a WSL2 ubuntu 22 console

edit --

I ran find . -type f | xargs dos2unix in the dist directory to fix this.

worked for me, thanks

pantharshit00 commented 1 year ago

This should be addressed in the latest release.