nDmitry / grunt-autoprefixer

Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.
MIT License
795 stars 60 forks source link

After npm install grunt-autoprefixer appears issue cb() never called! #128

Open volodimirian opened 7 years ago

volodimirian commented 7 years ago

node v5.9.1 npm v3.7.3

When I launch

npm install grunt-autoprefixer 

the output shows "cb() never called!". This issue may be in plugin because after deleting it from package.json file and launch npm install all plugins are installed right without any errors.

Please, help me with this if you can