porkbuns / shmile

The DIY photobooth, at your service.
75 stars 39 forks source link

Add ImageMagick CLI tools to install file #5

Closed fortiko closed 10 years ago

fortiko commented 10 years ago

Hello, just spent about 30 minutes to figure out that the Node ImageMagick package was installed, but the binary CLI tools were not:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn ENOENT
  at errnoException (child_process.js:980:11)
  at Process.ChildProcess._handle.onexit (child_process.js:771:34)

See also: http://stackoverflow.com/questions/17951133/spawn-enoent-error

Simple solution: Add "brew install imagemagick" to your install instructions.

andrewhao commented 10 years ago

I've updated the README with more explicit instructions. Thanks @fortiko!