Hi, I’m a newbie and just install Hugo on Wondows 10 using chocolatey.
I followed the HUGO Quickstart tutorial (twice) and at step 5 (starting the server) I receive the following error:
Start building sites …
hugo v0.87.0-B0C541E4 windows/amd64 BuildDate=2021-08-03T10:57:28Z VendorInfo=gohugoio
Error: Error building site: TOCSS: failed to transform “ananke/css/main.css” (text/css). Check your Hugo installation; you need the extended version to build SCSS/SASS.
My config.toml
baseURL = ‘http://example.org/’
languageCode = ‘en-us’
title = ‘My New Hugo Site’
theme = “ananke”
Please help!