sinclairzx81 / typescript-bundle

A Bundling Tool for TypeScript
MIT License
126 stars 6 forks source link

/usr/bin/env: ‘node\r’: No such file or directory #16

Closed C0DK closed 4 years ago

C0DK commented 4 years ago

When running: tsc-bundle i get the error: /usr/bin/env: ‘node\r’: No such file or directory

I'm running: Ubuntu 18.04.3 LTS (Bionic Beaver)

C0DK commented 4 years ago

It seems to be solveale by running dos2unix so the files have the correct file ending :)