sindresorhus / create-dmg

Create a good-looking DMG for your macOS app in seconds
MIT License
4.72k stars 196 forks source link

More verbose errors would be useful #44

Closed cbenhagen closed 4 years ago

cbenhagen commented 5 years ago

The following error message is quite minimalistic :P

cbenhagen commented 5 years ago

In my case it was missing imagemagick:

brew install graphicsmagick imagemagick

A better error message would have helped to fix this though.

sindresorhus commented 4 years ago

imagemagick is optional and we already have a check for it: https://github.com/sindresorhus/create-dmg/blob/4f80ea2d80b145d88b32597eaefdf7e8adb1085e/compose-icon.js#L38-L49

Can you replace https://github.com/sindresorhus/create-dmg/blob/4f80ea2d80b145d88b32597eaefdf7e8adb1085e/cli.js#L169 with throw error; and share the stack trace?