-
Notifications
You must be signed in to change notification settings - Fork 15
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
env: node\r: No such file or directory #5
Comments
Hi Roberto, |
Hi @amortka
It looks like it might be something with the installation or binary, as just running the
Thanks |
ok, so your .raml file is ok but probably sources of ramlo contains CR sign(s) and that causes the problem. I can check this on Monday as I don't have access to any mac right now. But it is definetely something worth checking. You could do one more thing: remove \r sign from ramlo.js and src/modules/*.js with either vim:
or with the same bash command. Hope it'll work, if not I will try to run it on OSX on my own. |
I cloned this repo, built it, and it worked as expected without having to run any of the above CR fixes.
|
@robertoestivill thanks for reporting an issue. i'll look at this in the next days. development of this tool is still in progress, so if you will report other problems feel free to contact us 👍 |
The problem is that the npm installer installs ramlo with dos line endings ( |
Fixed by running...
|
The whole repository contains A
This will store the files with \n in git, but convert it to \r\n when checkout out on windows. See the documentation at https://help.github.com/articles/dealing-with-line-endings/#platform-all for more information |
Hello,
I'm having the following issue on OSX:
I have tried installing ramlo as a regular user and as root, both resulting on the same error.
Any ideas? (im not a node dev)
Thanks
The text was updated successfully, but these errors were encountered: