We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
/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?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
@xla For me adding .gitattributes did the trick.
Opened #15 to address it.
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: