joaompneves / tsviz

Typescript UML Visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The tsbin command's shebang ends with a carriage return

opened this issue · comments

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

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