validator / gulp-html

Gulp plugin for HTML validation, using the official Nu Html Checker (v.Nu)

Home Page:https://validator.github.io/gulp-html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to access jarfile vnu.jar

silvenon opened this issue · comments

$ npm i --save-dev gulp-html
$ brew install vnu
var validator = require('gulp-html');

gulp.task('validate', function () {
  return gulp.src('app/**/*.html')
    .pipe(validator())
    .pipe(gulp.dest('dist'));
});
$ gulp validate
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: Error: Unable to access jarfile vnu.jar

@silvenon Thanks for your report! I just updated, could you please version up to gulp-html@0.3.0?