Skip to content
New issue

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

Fix unix support #88

Closed
jasonkuhrt opened this issue Jan 10, 2020 · 1 comment
Closed

Fix unix support #88

jasonkuhrt opened this issue Jan 10, 2020 · 1 comment

Comments

@jasonkuhrt
Copy link

jasonkuhrt commented Jan 10, 2020

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?

@anikethsaha
Copy link
Member

its a known issue.
it will be fixed in next release
#78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants