"gulp watch" 时出错
Error while "gulp watch"
拜托,谁能帮我解决 Grunt 错误?
gulpfile.js: http://pastebin.com/c2Ux9pxc
package.json: http://pastebin.com/UFkWqWVY
输出:http://pastebin.com/s1c3HEnC
我将 "return" 添加到 gulp(正如它写的 ),这样它就变成了
32 return gulp.watch('./sass/**/*.scss', ['sass']);
55 return gulp.watch('src/jade/*.jade', ['jade']);
结果还是一样
从您的错误来看,您尝试使用的端口似乎低于 1024。这些端口需要 root 权限才能绑定。使用更高的。
拜托,谁能帮我解决 Grunt 错误?
gulpfile.js: http://pastebin.com/c2Ux9pxc
package.json: http://pastebin.com/UFkWqWVY
输出:http://pastebin.com/s1c3HEnC
我将 "return" 添加到 gulp(正如它写的
32 return gulp.watch('./sass/**/*.scss', ['sass']);
55 return gulp.watch('src/jade/*.jade', ['jade']);
结果还是一样
从您的错误来看,您尝试使用的端口似乎低于 1024。这些端口需要 root 权限才能绑定。使用更高的。