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

The tsbin command's shebang ends with a carriage return #17

Closed
ghost opened this issue Aug 6, 2016 · 1 comment
Closed

The tsbin command's shebang ends with a carriage return #17

ghost opened this issue Aug 6, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 6, 2016

This causes the following error on Linux systems when executing tsviz:

/usr/bin/env: ‘node\r’: No such file or directory

This can be worked around by running the following after installing tsviz (you may need to install the dos2unix program):

dos2unix -F which tsviz

Edit: backtick escapes

@joaompneves
Copy link
Owner

Working OK on my OSX. File is LF not CRLF.
Can you check with the latest version if the problem still exists?

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

1 participant