You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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. Thentscc
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)
The text was updated successfully, but these errors were encountered: