lambtron/emojipacks

"/usr/bin/env node --harmony: no such file or directory"

bchalls opened this issue · 2 comments

The env command on some *nix systems or git bash on Windows can only accept one argument, so you will receive this error if you try and run emojipacks: "/usr/bin/env node --harmony: no such file or directory"

A potential fix is to remove the --harmony option. This does not seem to cause any issues when running with the latest stable build of node.

Thanks for bringing to our attention @bchalls . Mind submitting a PR to ameliorate?

#96 is merged, this can be closed. 👍