quasarframework / icongenie

CLI tool to generate all the icons and splashscreens for your Quasar Apps
https://quasar.dev/icongenie/introduction
MIT License
182 stars 17 forks source link

error: cannot decode image from stdin #90

Closed captainjapeng closed 4 years ago

captainjapeng commented 5 years ago

Build was run with wsrun quasar build using gitlab's runner. Build Job is reaching the 1 hour timeout. I don't know if the space between the n and the g are just fomatting, restarting the build fixes the issue on itself.

Version: "@quasar/quasar-app-extension-icon-genie": "^1.0.0"

<PROJECT>
 | (node:429) UnhandledPromiseRejectionWarning:   Error: Error in file: /builds/bignose-production/<PROJECT>/<PROJECT>/node_modules/@quasar/quasar-app-extension-icon-genie/tmp/build/spa/icons/icon-384x384.pn  g
 |     error: Read error (libpng failed)
 |     error: cannot decode image from stdin
 |   
 |   - index.js:174 makeError
 |     [<PROJECT>]/[execa]/index.js:174:9
 |   
 |   - index.js:278 Promise.all.then.arr
 |     [<PROJECT>]/[execa]/index.js:278:16
 |   
 |   - task_queues.js:86 processTicksAndRejections
 |     internal/process/task_queues.js:86:5
 |   
 | 
 | (node:429) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
 | (node:429) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
rstoenescu commented 4 years ago

This will be obsolete with the complete rewrite of Icon Genie v2.