@togan Do you have ImageMagick itself installed? What is the result when you drive this command?
[foo@forums ~]# which convert
Should return something akin to this:
/usr/bin/convert
If not, then ImageMagick binaries are either not installed or installed to some atypical location that is not in your PATH. Speaking of which, just to be thorough, also test this command:
[foo@forums ~]# echo $PATH
Which should return something similar to:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
If ImageMagick is installed but not in your PATH then you need to adjust your PATH.
The above is not meant to be exhaustive diagnosis. Could be other things. Please post relevant info like:
- NodeBB version
- NodeJS version
- Host distribution
Cuz the helpers that may come after me will likely want such details. Good luck! o/