We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally crated issue here docsifyjs/docsify#1001.
npm install -g docsify-cli
❯ docsify --help env: node\r: No such file or directory
❯ which docsify /usr/local/bin/docsify ❯ which node /Users/jasonkuhrt/.nvm/versions/node/v12.14.1/bin/node ❯ node -v v12.14.1
The issue seems to be an instance of https://stackoverflow.com/questions/30344858/node-script-executable-not-working-on-mac-env-node-r-no-such-file-or-directo
The solution seems to require a change on how this library publishes its source code. Is there a way to make it windows and unix compatible?
The text was updated successfully, but these errors were encountered:
its a known issue. it will be fixed in next release #78
Sorry, something went wrong.
No branches or pull requests
Originally crated issue here docsifyjs/docsify#1001.
The issue seems to be an instance of https://stackoverflow.com/questions/30344858/node-script-executable-not-working-on-mac-env-node-r-no-such-file-or-directo
The solution seems to require a change on how this library publishes its source code. Is there a way to make it windows and unix compatible?
The text was updated successfully, but these errors were encountered: