Meettya / image-batch-resizer

CLI batch image resize converter in node js
MIT License
23 stars 4 forks source link

env: coffee: No such file or directory #7

Closed anvk closed 7 years ago

anvk commented 8 years ago

Everytime I run your code I get:

myFolder$ image-batch-resizer -d ./wide.copy
env: coffee: No such file or directory

wonder what is the problem

Meettya commented 8 years ago

Hi! Thats my fail, as quick workaround install global coffeescript

npm install coffee-script -g

Later I re-build it to ES2015 -> ES5 in bin.

Meettya commented 8 years ago

TODO: rewrite to ES5 in bin.

Meettya commented 7 years ago

Done