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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -