imagemin / imagemin-guetzli

imagemin plugin for guetzli https://github.com/google/guetzli
MIT License
81 stars 9 forks source link

Installing through npm does not include index.js #3

Closed SijanC147 closed 7 years ago

SijanC147 commented 7 years ago

Just tried installing this through npm (and yarn) and was getting a 'module not found' error on webpack due to the fact that no index.js file was being pulled.

Module works perfectly if i add it from this repo directly.

clocked0ne commented 7 years ago

I've literally just experienced the same problem, high five ✋

clocked0ne commented 7 years ago

FYI

npm install --save-dev imagemin-guetzli@0.1.1

works fine

SijanC147 commented 7 years ago

✋️cheers will update accordingly.

bradbaris commented 7 years ago

Woops, seems to be a form of this. The machine I was on had an older version of npm 3.8.6. Updated to 4.4.1 and just sent it through again. Thanks!