This happens on OS X (didn't test other platforms) when I'm not have the icon option:

and when I have it:

Am I missing something? How could I get rid of the terminal icon next to the title?
notifier.notify({
title: 'Title',
message: 'Hello, world!',
icon: 'path/to/image.png,
}, function(error, response) {
console.log('error', response);
});