Skip to content
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

Version 3.0.0 published with CRLF line endings #14

Closed
Baune8D opened this issue Mar 19, 2019 · 3 comments
Closed

Version 3.0.0 published with CRLF line endings #14

Baune8D opened this issue Mar 19, 2019 · 3 comments

Comments

@Baune8D
Copy link

Baune8D commented Mar 19, 2019

symlink-dir is not invokable from command line on macOS if installed with Yarn.
It fails with the following message:
env: node\r: No such file or directory

See this issue: yarnpkg/yarn#5480
Apparently npm auto converts line endings to LF which is why it only fails with Yarn.

Reverting to v2.0.1 fixes this issue for now.

Can confirm that using dos2unix on v3.0.0 files also fixes the problem.

@zkochan
Copy link
Member

zkochan commented Mar 19, 2019

maybe I published it from Windows. I'll retry from Linux

@zkochan
Copy link
Member

zkochan commented Mar 19, 2019

🚢 3.0.1

@Baune8D
Copy link
Author

Baune8D commented Mar 20, 2019

Can confirm it seems to be working now. Thanks!

@Baune8D Baune8D closed this as completed Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants