Please, could anyone help me with Grunt error?
gulpfile.js: http://pastebin.com/c2Ux9pxc
package.json: http://pastebin.com/UFkWqWVY
output: http://pastebin.com/s1c3HEnC
I added "return" to gulp (as it written here) so that it became
32 return gulp.watch('./sass/**/*.scss', ['sass']);
55 return gulp.watch('src/jade/*.jade', ['jade']);
but the result is still the same.
From your error, it seems that the port you’re trying to use is below 1024. Those ports require root access to be bound. Use a higher one.