sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
694 stars 50 forks source link

npm installation fails #73

Closed ericsoco closed 7 years ago

ericsoco commented 7 years ago

Getting an unhelpful/generic error from npm (npm ERR! cb() never called!).

Repro:

mkdir temp
cd temp
npm init
npm i gulp-autoprefixer
ericsoco commented 7 years ago

I'm on node@5.9.1, npm@4.0.5. Report on other thread says npm@4.1.1 works, trying now.

ericsoco commented 7 years ago

And FWIW gulp-autoprefixer@2.3.1 installs properly on above node/npm versions. v3.0.0 and above fail with the same npm error.

ericsoco commented 7 years ago

Updating to npm@4.1.1 did not fix for me. I'm ok working against gulp-autoprefixer@2.3.1 for now.

sindresorhus commented 7 years ago

Install issues should be reported to npm.