-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Command failed: C:\WINDOWS\system32\cmd.exe #77
Comments
Hi @erezger and thank you for using the Could you post the following information in order to bets help you with this:
|
Make sure you have the latest version of ImageMagick installed since this package requires ImageMagick to be installed. |
windows 10 64-bit operting system, x64-based processor since you said this required imagemagick |
You need to install the ImageMagick binaries for Windows |
installed ImageMagick-7.0.1-7-Q16-x64-dll.exe since you said this required imagemagick |
Sorry for the late response @erezger! Could you open PowerShell and run the following command:
|
'identify' is not recognized as an internal or external command, |
its the default but i reinstalled and still the same error its weird i know |
I'm having the same problem and can not solve. Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "identify -format "name= |
@gustavost26 Could you open PowerShell and copy/paste the output from the following command:
|
And presented the following message: Version: ImageMagick 6.8.6-8 04/08/2013 Q16 http://www.imagemagick.org |
Thanks a lot @gustavost26, I am currently not on a Windows machine so I appreciate you helping me out. Could you try this approach suggested in aheckmann/gm#296: process.env['PATH'] = "d:\\apps\\ImageMagick-6.8.9-Q16;" + process.env['PATH']; |
Thanks a lot. |
In Windows identify command is not available. So, have to create a identify.cmd file in the installation folder of ImageMagick then add following content in it.
|
C. C: \ Windows \ system32 \ cmd.exe Please help more than once but the same result |
hello i am having this issue
this is my code
i was trying adding {mime: "image/jpeg" }
also was trying to see if the image exist and it does exist
Please help me
i am saving the image by multer if its matter
The text was updated successfully, but these errors were encountered: