steps to reproduce the issue: - on macOS, make a new yarn project with `yarn init -y` - `yarn add typescript-call-graph` - `yarn run tcg` - this results in an error: `env: node\r: No such file or directory` There's some discussion here https://github.com/yarnpkg/yarn/issues/5480