-
Notifications
You must be signed in to change notification settings - Fork 2
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 #1
Comments
I never saw this issue pop up, sorry to miss it like that. I'll look into this. So, this is just from running the |
@wyudong I don't have a macOS system to test this out but it works fine on Linux ( bash & zsh ) and Windows. If you're able to give more info / a reproducible case feel free to reopen. |
@wyudong still wasn't able to repro it, but it might be fixed now in |
I ran into this issue again today with the current version of the CLI on MacOS Big Sur 11.6 |
I forked this repo and implemented a small GH actions test pipeline that reproduces the issue. You can find the failing pipeline run here: https://github.com/mowies/tablemark-cli/actions/runs/1602033359 |
Edit: You know, I only just recently rewrote this in TypeScript (and apparently already forgot that it wasn't always that way), so that doesn't have anything to do with it. Regardless, past releases must have used CRLF somehow and this should be resolved soon.
Also, npm apparently normalizes line endings when you execute a bin script with it. From what I can tell Yarn doesn't do that which is why the issue appears when using it. |
Apologies for the delay, but this should be resolved with the release of v3.0.0 and covered by new test cases. |
I run
$ tablemark
on Mac OSX and get the following error:It should be related to different line endings between Windows and Unix. Can you fix that?
Thank you
The text was updated successfully, but these errors were encountered: