I’m fairly new to deploying a web app but fairly well versed with Hugo. I’m using the theme “Introduction” found here: https://github.com/victoriadrake/hugo-theme-introduction and I feel as if I’ve followed every instruction that I can find in their logs. However, when I deploy on Netlify, I’m greeted with this error:
3:04:12 PM: Building sites … ERROR 2020/11/29 20:04:12 error: failed to transform resource: POSTCSS: failed to transform "css/main.css" (text/css): PostCSS not found; install with "npm install postcss-cli". See https://gohugo.io/hugo-pipes/postcss/
I have installed dependencies both globally and into the project. Is it that I’m missing a config line or… not entirely sure. Any help is greatly appreciated!