Issues with themes

So, I have a feeling that I’m doing something wrong. I’ve tried multiple themes and it seems every theme I’ve tried except for the one from the quickstart guide seems to give me issues.

This is what I did:

cd themes
git clone https://github.com/luizdepra/hugo-coder.git
cd ..
 echo 'theme = "hugo-coder"' >> config.toml

Then when I try to start the server I get this error:

Error: Error building site: TOCSS: failed to transform "style.coder.css" (text/x-scss): resource "scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f" not found in file cache

Any help would be appreciated. I tried other themes as well, so either all the themes i’m picking are broken or i’m doing something wrong.

You need to install the extended version of Hugo.

Yeah, I figured it out the minute I posted my question per usual. Thanks.