Closed DanielRuf closed 5 years ago
You can maybe try to initiate gulp-load-plugins like this:
var p = require('gulp-load-plugins')({ pattern: ['*'] });
This makes more packages available for gulp-load-plugins. I don't think this will help because normally this isn't necessary with the autprefixer plugin (I just tried it) but you never know.
Open an issue on gulp-load-plugins
. This is just a normal Gulp plugin. I don't see how it's an issue here.
My guess is that it is due to a missing main
entry in package.json.
I will probably create a small repo to reproduce this.
I get an error that autoprefixer is not found when using gulp-autoprefixer with gulp-load-plugins but
npm ls autoprefixer
lists it.