Gulp-notify编译错误

时间:2015-08-18 09:33:05

标签: gulp gulp-watch

我正在使用gulpfile.js,但它为gulp-notify

引发编译时错误

以下是package.json

的结构
{
    "name": "flux-pricing",
    "version": "0.0.1",
    "description": "Pricing component with flux",
    "main": "gulpfile.js",
    "dependencies": {
        "flux": "^2.0.0",
        "react": "^0.12.0",
        "underscore": "^1.7.0"
    },
    "devDependencies": {
        "envify": "~1.2.1",
        "browserify": "~4.2.0",
        "gulp": "~3.9.0",
        "gulp-notify": "~1.4.0",
        "gulp-util": "~2.2.19",
        "reactify": "~0.13.1",
        "vinyl-source-stream": "~0.1.1",
        "watchify": "~0.10.2"
    },
    "scripts": {
        "start": "watchify -o js/bundle.js -v -d .",
        "build": "browserify . | uglifyjs -cm > js/bundle.min.js"
    },
    "author": "Ken Wheeler",
    "browserify": {
        "transform": [
            "reactify",
            "envify"
        ]
    }
}

enter image description here

0 个答案:

没有答案