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
Existing setupCmd somewhat determines what command/binary would be used on specific platforms.
Later, it throws an error for unsupported platforms, if no cmd is assigned.
Augment this with some method that would allow determining if that binary is actually installed on supported platform to allow runtime checking prior to usage. If not, throw error with "growl support available but not installed" and reference the appropriate platform-specific portion of your installation instructions (e.g., https://github.com/tj/node-growl/blob/master/Readme.md#mac-os-x-darwin for macOS).
The text was updated successfully, but these errors were encountered:
Existing setupCmd somewhat determines what command/binary would be used on specific platforms.
Later, it throws an error for unsupported platforms, if no cmd is assigned.
Augment this with some method that would allow determining if that binary is actually installed on supported platform to allow runtime checking prior to usage. If not, throw error with "growl support available but not installed" and reference the appropriate platform-specific portion of your installation instructions (e.g., https://github.com/tj/node-growl/blob/master/Readme.md#mac-os-x-darwin for macOS).
The text was updated successfully, but these errors were encountered: