Closed dmuy closed 4 years ago
postcss-cli
is in the process of upgrading to postcss v8, but it isn't out yet. AFAIK, cssnano
hasn't upgraded yet. For now, you'll need to pin to an older version of autoprefixer
that uses postcss v7.
In the mean time I used npm install autoprefixer@9.8.6
Hi,
I have a problem on the above subject. I'm using
postcss-cli
together withautoprefixer
andcssnano
.I run this script:
And I get this error:
This error is only for
autoprefixer
, there's no problem withcssnano