You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.
Error: Could not execute GraphicsMagick/ImageMagick: gm "convert" "icon.png" "-resize" "40x40" "platforms/ios/Programa experto en interpretación de espirometrías/Resources/icons/icon-40.png" this most likely means the gm/convert binaries can't be found
at ChildProcess. (/Users/axul/.nvm/versions/node/v7.1.0/lib/node_modules/cordova-icon-gm/node_modules/gm/lib/command.js:232:12)
at emitOne (events.js:96:13)
at ChildProcess.emit (events.js:188:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:213:12)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
Then i tried:
npm install -g gm
npm install -g cordova-icon-gm
Same result
The text was updated successfully, but these errors were encountered:
Platform: macOS sierra
What I did:
Log:
Checking Project & Icon
✓ platforms found: ios, android
✓ icon.png exists
✓ config.xml exists
Generating Icons for ios
Error: Could not execute GraphicsMagick/ImageMagick: gm "convert" "icon.png" "-resize" "40x40" "platforms/ios/Programa experto en interpretación de espirometrías/Resources/icons/icon-40.png" this most likely means the gm/convert binaries can't be found
at ChildProcess. (/Users/axul/.nvm/versions/node/v7.1.0/lib/node_modules/cordova-icon-gm/node_modules/gm/lib/command.js:232:12)
at emitOne (events.js:96:13)
at ChildProcess.emit (events.js:188:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:213:12)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
Then i tried:
Same result
The text was updated successfully, but these errors were encountered: