Hugo Server startup issues

Hello,

I am having hugo startup issues with the academic theme. I am getting a couple of errors when running “hugo server run.”

They seem to refer to partials in the hugo academic theme.

“Error: Error building site: TOCSS: failed to transform “main_parsed.scss” (text/x-scss): resource “scss/scss/main.scss_xxxxxxxxx” not found in file cache”

Does anyone know what this error is? I can’t find anything about this anywhere.

Thanks in advance!

1 Like

Which version of hugo did you install? Type hugo version at the command line, then post the results (the entire line that is output).

Hugo Static Site Generator v0.70.0-7F47B99E windows/amd64 BuildDate: 2020-05-06T11:17:50Z

You need to install the extended version.

I’m a little confused because I thought I did and I can run it without any problems in other directories. Anyway, thanks for the tip. I’ll check it out.

If you installed the extended version, the output from hugo version would include the word extended.

Search this page for word “extended”:

Thanks! This worked. I guess I installed the wrong version before. :wink: