coala / coala-bears

Bears for coala
https://coala.io/
GNU Affero General Public License v3.0
294 stars 580 forks source link

CSSAutoPrefixBear: autoprefixer detection fails on Windows #2921

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago

On Windows the autoprefixer check is failing

        prerequisite_check_command=('postcss', '--use', 'autoprefixer'),
        prerequisite_check_fail_message='Autoprefixer is not installed.')

The following runs on the command line without error

touch foo.css
./node_modules/.bin/postcss --use autoprefixer foo.css