-
Notifications
You must be signed in to change notification settings - Fork 687
/usr/bin/env: ‘node\r’: No such file or directory #93
Comments
I'm having the same problem, for me, this error appears when i install Gitfolio with Yarn, but works when it is from NPM (as it needs sudo).
|
@Pliavi i have tried to install in both way but problem remains. |
same issue here |
I found the problem, all linebreaks are CRLF and the shell are interpreting the "carriage return"( It would be fixed by using only LF, and setting in git to upload as it and not convert it back do CRLF, but I don't know if it will lead to windows problems... 😕 Another project that had the same problem: fastify/fastify#1293 , looks like there will be no problem to convert, and will be good to set a .gitattribute file to handle it. |
Still facing the same issue.
|
Resolved after updating node. |
System Information
What is the current behavior?
While running `gitfolio ui` it returns /usr/bin/env: ‘node\r’: No such file or directoryWhat is the expected behavior?
It should run normally and start ui.Logs
The text was updated successfully, but these errors were encountered: