I am trying to resize an image with node-imagemagick library, but it is not working.
the code i am using to resize is
im.resize({ srcPath: __d
It is just that you haven't installed ImageMagick in your system. If you are using a Linux distribution you can do:
sudo apt-get install imagemagick