Skip to content Skip to sidebar Skip to footer

Gulp Load Plugins Error Dep Is Not Defiend

I try to use gulp-load-plugins but I got error . for example I try the following var istanbul = require('gulp-istanbul'); var $ = require('gulp-load-plugins')({lazy: true});

Solution 1:

You need to use $.istanbul

.pipe($.istanbul.hookRequire())

Post a Comment for "Gulp Load Plugins Error Dep Is Not Defiend"