You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open an issue again.
I installed mr-pdf(v1.0.5) for my mac via yarn tool.
When I run mr-pdf, it gives me an error of env: node\r: No such file or directory.
I just open the mr-pdf script and fount it is doc format (with end line \r\n), not unix format.
I have to convert it to unix format via vim: :set fileformat=unix, which could not be an easy problem if user don't know the file format.
node version: v14.15.5
The text was updated successfully, but these errors were encountered:
I reinstalled v1.0.6, but it is still dos format.
But source code in GitHub repo(tag v1.0.6) is unix format (which is guaranteed by Git itself). It there anything wrong when you publishing the package?
Open an issue again.
I installed
mr-pdf
(v1.0.5) for my mac via yarn tool.When I run mr-pdf, it gives me an error of
env: node\r: No such file or directory
.I just open the
mr-pdf
script and fount it isdoc
format (with end line\r\n
), notunix
format.I have to convert it to unix format via vim:
:set fileformat=unix
, which could not be an easy problem if user don't know the file format.node version: v14.15.5
The text was updated successfully, but these errors were encountered: