HansHammel / license-compatibility-checker

Check npm dependencies' package.json for license compatibility (aka compliance check) with the current project based on spdx notation and naming conventions.
MIT License
93 stars 6 forks source link

Does not work on macOS due to line endings #1

Closed timbru31 closed 6 years ago

timbru31 commented 7 years ago

After installing on macOS I'm unable to run the cli ($ license-compatibility-checker) because of the error:

env: node\r: No such file or directory

It seems you have uploaded the files CRLF line endings instead of LF.
Could you possibly switch to LF? (e.g. via .gitattributes or .editorconfig)

edouard-lopez commented 7 years ago

same on Linux Mint/Ubuntu

majnu-campact commented 7 years ago

Same problem here on macOS. Any chance that this will be fixed?

HansHammel commented 6 years ago

Cannot reproduce the issue. I published a new version and added a bin script test. On travis mac and linux builds are all passing. So, I am closing this for now.