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

Exit code 127 with yarn #4

Closed yuhr closed 5 years ago

yuhr commented 5 years ago

yarn license-compatibility-checker emits

env: node\r: No such file or directory
error Command failed with exit code 127.

while npx license-compatibility-checker successfully runs.

HansHammel commented 5 years ago

https://github.com/yarnpkg/yarn/issues/5480