typescript-closure-compiler icon indicating copy to clipboard operation
typescript-closure-compiler copied to clipboard

node\r: No such file or directory

Open bretkikehara opened this issue 8 years ago • 0 comments

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)

bretkikehara avatar Jul 22 '17 01:07 bretkikehara