sainthkh / reasonql

Type-safe and simple GraphQL library for ReasonML developers.
MIT License
96 stars 5 forks source link

Wrong line endings after installation #14

Closed jongbelegen closed 5 years ago

jongbelegen commented 5 years ago

I think this issue is related to: https://github.com/yarnpkg/yarn/issues/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 commented 5 years ago

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 commented 5 years ago

@xla For me adding .gitattributes did the trick.

xla commented 5 years ago

Opened #15 to address it.