npm install imagemagick-native not getting installed in Windows 7 -
npm install imagemagick-native not getting installed. 1. issue 1 - not able find lib files 2. issue 2 - failed on finding x11.lib.
solution issue 1 - didn't install included libraries , dependencies while installing imagemagick(imagemagick-6.9.1-5-q8-x64-dll.exe). after reinstalling additional dependencies selected during installation process solves issue.
solution issue 2 - removed '-l<(magick_root)/lib/x11.lib' binding.gyp. run node-gyp configure, node-gyp build solved issue.
tip : either can source of imagemagic-native github (https://github.com/mash/node-imagemagick-native) or terminate process after giving npm install imagemagick-native before fails.
Comments
Post a Comment