Closed tqc closed 10 years ago
grunt-autoprefixer creates a symlink to a bundled autoprefixer bin in ./node_modules/.bin/autoprefixer
for convenient access to the Autoprefixer CLI, but you're already have this symlink from autoprefixer package. It seemed convenient then, perhaps I should remove the bin
property from package.json and point out at the readme that users who want to update prefixes database can reinstall the plugin. I believe the ability having both packages installed is more important than that shorthand.
My project has a direct dependency on autoprefixer - basically a dev server that adds prefixes when serving css, then grunt-autoprefixer for the built/minified version.
https://github.com/tqc/ChondricJS/blob/master/package.json
I'm getting an error when running npm install:
If I delete autoprefixer and install the packages manually in a different order, everything works as it should: