Closed aurbano closed 6 years ago
Running on macOS at the moment will return:
env: node\r: No such file or directory
Due to the line endings being \r only. This guide by Github allows you to set your git config so that they are automatically fixed when you commit.
\r
Locally, I've converted it with dos2unix, and that makes it work fine. I can send you a PR with the updated line endings if you prefer.
Running on macOS at the moment will return:
Due to the line endings being
\r
only. This guide by Github allows you to set your git config so that they are automatically fixed when you commit.Locally, I've converted it with dos2unix, and that makes it work fine. I can send you a PR with the updated line endings if you prefer.