ImageMagick error

前端 未结 5 1254
甜味超标
甜味超标 2021-02-04 01:19

When trying to run ImageMagick via node-imagemagick on my Grunt task, i get this error from ImageMagick:

Warning: Command failed: identify: unable to load

5条回答
  •  遇见更好的自我
    2021-02-04 01:25

    I came across this issue too when upgrading from Mt.Lion to Mavericks. I found an issue in homebrew's github repo. The fix that worked for me was:

    $ brew uninstall imagemagick
    $ brew install imagemagick --build-from-source
    

提交回复
热议问题