-
Notifications
You must be signed in to change notification settings - Fork 7
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: write EOF from ImageMagick #7
Comments
OS: Windows 10 |
Here's how to install ImageMagick on Windows:
That's it! ImageMagick should now be successfully installed on your Windows system. |
I'm sure I installed magic and verified it in the command line. results follows: C:\Users\Think>magick -version |
Install http://www.graphicsmagick.org/ |
I'm getting the same error. OS: Windows 11
According to Google results, it is because you spawn "convert", but on Windows "convert" is a system tool which converts FAT to NTFS. I changed "convert" to "magick" in my local env and now I have another error.
So my guess is that its a problem with the magick version. If owner could recommend the Magick version he is using on Windows it would help. |
Thank you for solving a problem I will try with all the versions to see the most addapter for windows |
Install ghostscript https://www.ghostscript.com/index.html and the problem is solved |
It is all good ? |
Ignore the error in ImageMagick.:
������ - 200
Error:
Error: write EOF from ImageMagick
\projects\middleearth_tax_new\node_modules_imagemagick-stream@4.1.1@imagemagick-stream\index.js:274
if (!this.listeners('error')) throw err;
^
TypeError: this.listeners is not a function
at Object.onerror (\projects\middleearth_tax_new\node_modules_imagemagick-stream@4.1.1@imagemagick-stream\index.js:274:16
)
at imagemagickstream.onerror (\projects\middleearth_tax_new\node_modules_pdftopic@1.0.1-alpha@pdftopic\index.js:25:17)
at Socket.emit (node:events:526:35)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Node.js v18.17.0
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: