Postcss-cli error continue in version 0.97.3

Hi there,

there is a postcss-cli error in version 0.97.2 which i was hoping to be fixed in version 0.97.3 but seems like it is still there.

version 97.2, displays an odd message that wasn’t there before, indicating that post CSS isn’t supported in this hugo version.

hugo server
Start building sites … 
hugo v0.97.2+extended darwin/amd64 BuildDate=unknown
Error: Error building site: POSTCSS: failed to transform "main.min.1662b19e5fc71061c3da1d0ab245580939ea7305567a8550ed5a3938ef4847fc.css" (text/css). Check your PostCSS installation; install with "npm install postcss-cli". See https://gohugo.io/hugo-pipes/postcss/: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
Built in 2335 ms

the same error continues to exist in version 0.97.3

hugo server
Start building sites … 
hugo v0.97.3+extended darwin/amd64 BuildDate=unknown
Error: Error building site: POSTCSS: failed to transform "main.min.0f9bc59872a95919a82c5e235b8d8a88d9784e1d474e5673928282ca4dab18a5.css" (text/css). Check your PostCSS installation; install with "npm install postcss-cli". See https://gohugo.io/hugo-pipes/postcss/: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information

there is no change in the project i tested with the version 0.96 all is good. but not with the last 2 versions

thanks for taking the time.

Sorry for the site breakage,

But I’m not able to connect the error message you get with any changes we’ve made in this release, and without seeing the source, it’s hard to guess.

I just upgraded a PostCSS site building on Netlify just fine:

1 Like

Chiming in here, if your site 1) Worked in 0.96 and 2) Doesn’t work now and that is the only change made, it’s by definition a bug and should be continued here: Issues · gohugoio/hugo · GitHub

Hello bep,

I was able to upgrade a few themes without difficulty using postcss-cli, but more than three themes indicate that postcss is not supported in this hugo version. I’ll continue to test while I figure out why this is happening. While I am unable to provide the present theme, I will make a copy of it without the sensitive data and share it with the problem on github.

Thank you for taking the time to assist.