dylang / grunt-notify

Automatic Notifications when Grunt tasks fail.
https://npmjs.org/package/grunt-notify
MIT License
921 stars 73 forks source link

No notification appears #70

Open mgol opened 10 years ago

mgol commented 10 years ago

I get no notification on error on OS X 10.9.2 and grunt-notify 0.2.20.

My package.json:

{
    "name": "polona-gui",
    "version": "2.1.0-pre",
    "devDependencies": {
        "connect-modrewrite": "0.5.11",
        "findup-sync": "0.1.3",
        "grunt": "0.4.4",
        "grunt-angular-templates": "0.5.3",
        "grunt-autoprefixer": "0.7.2",
        "grunt-check-dependencies": "0.3.1",
        "grunt-contrib-clean": "0.5.0",
        "grunt-contrib-concat": "0.4.0",
        "grunt-contrib-connect": "0.7.1",
        "grunt-contrib-copy": "0.5.0",
        "grunt-contrib-htmlmin": "0.2.0",
        "grunt-contrib-jshint": "0.7.2",
        "grunt-contrib-sass": "0.7.3",
        "grunt-contrib-uglify": "0.4.0",
        "grunt-contrib-watch": "0.6.1",
        "grunt-csso": "0.6.1",
        "grunt-ddescribe-iit": "0.0.4",
        "grunt-defs": "0.6.1",
        "grunt-jscs-checker": "0.4.1",
        "grunt-jsonlint": "1.0.4",
        "grunt-karma": "0.8.2",
        "grunt-merge-conflict": "0.0.2",
        "grunt-newer": "0.7.0",
        "grunt-ng-annotate": "0.0.4",
        "grunt-notify": "0.2.20",
        "grunt-protractor-runner": "0.2.4",
        "grunt-rev": "0.1.0",
        "grunt-shell": "0.6.4",
        "grunt-usemin": "2.1.0",
        "image-size": "0.2.3",
        "jit-grunt": "0.3.2",
        "jscs-trailing-comma": "0.0.5",
        "karma": "0.12.3",
        "karma-chrome-launcher": "0.1.3",
        "karma-coverage": "0.2.1",
        "karma-firefox-launcher": "0.1.3",
        "karma-jasmine": "0.2.2",
        "karma-junit-reporter": "0.2.1",
        "karma-ng-json2js-preprocessor": "0.0.6",
        "karma-opera-launcher": "0.1.0",
        "lodash": "2.4.1",
        "mime": "1.2.11",
        "protractor": "0.21.0",
        "randomstring": "1.0.3",
        "time-grunt": "0.3.1"
    }
}
dylang commented 10 years ago

Can you run grunt with grunt -v to get verbose output and paste your output here?

BTW - if you use ^<number> npm will install the newest version that is compatible with the version you specified.