" gulp watch"

时间:2016-07-18 13:02:55

标签: javascript gulp gulp-watch

拜托,任何人都可以帮我解决Grunt错误吗?

gulpfile.js:http://pastebin.com/c2Ux9pxc

package.json:http://pastebin.com/UFkWqWVY

输出:http://pastebin.com/s1c3HEnC

我添加了#34;返回"吞咽(因为它写成here),以便它成为

32 return gulp.watch('./sass/**/*.scss', ['sass']);
55 return gulp.watch('src/jade/*.jade', ['jade']);

但结果仍然相同。

1 个答案:

答案 0 :(得分:1)

从您的错误中,您尝试使用的端口似乎低于1024.这些端口需要绑定root访问权限。使用更高的一个。