Closed dankolesnikov closed 1 year 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?
I ran find . -type f | xargs dos2unix
in the dist directory to fix this.
I can republish this package with my Mac.
This will eventually need a proper CI setup.
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
This should be addressed in the latest release.
npx prisma-docs-generator serve
getting the following:After running
node node_modules/prisma-docs-generator
getting empty return, no printout - seems like its hanging. Nothing is athttp://localhost:5858/
.