My package.json originally included autoprefixer 1.0.1, but after cleaning my node_modules and doing an npm install, autoprefixer did not pull the index.js. The only thing in node_modules/gulp-autoprefixer was its own node_modules. I changed my package.json to pull from "*" and it is working now.
My package.json originally included autoprefixer 1.0.1, but after cleaning my node_modules and doing an npm install, autoprefixer did not pull the index.js. The only thing in node_modules/gulp-autoprefixer was its own node_modules. I changed my package.json to pull from "*" and it is working now.