typescript-closure-compiler
typescript-closure-compiler copied to clipboard
node\r: No such file or directory
There seems to be issue with newlines in your dist files. I fixed it by using dos2unix to convert all new lines on all the dist files. Then tscc was able to successfully run.
$ tscc src/index.ts
env: node\r: No such file or directory
Environment: OSX 10.11.6 zsh 5.3.1 (x86_64-apple-darwin15.6.0)