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

Wrong line endings after installation #14

Closed
jongbelegen opened this issue Aug 28, 2019 · 3 comments · Fixed by #15
Closed

Wrong line endings after installation #14

jongbelegen opened this issue Aug 28, 2019 · 3 comments · Fixed by #15

Comments

@jongbelegen
Copy link

I think this issue is related to:
yarnpkg/yarn#5480

After installing with yarn on mac os i get the following error:
/usr/bin/env: «node\r»: No such file or directory

After using dos2unix on these files it works again.

Could we fix this in the package?

@xla
Copy link
Contributor

xla commented Sep 9, 2019

Encountered the same issue over the weekend.

@jongbelegen Doesn't the yarn issue indicate that it happens during installation? Can it be fixed in the source repo?

@jongbelegen
Copy link
Author

@xla For me adding .gitattributes did the trick.

@xla
Copy link
Contributor

xla commented Sep 10, 2019

Opened #15 to address it.

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

Successfully merging a pull request may close this issue.

2 participants