Closed TetraTheta closed 8 months ago
Confirmed, I'd suggest downgrading Hugo version to 0.123.7
or earlier until it was fixed.
Related to gohugoio/hugo#12214.
Fixed since Hugo v0.124.0.
Ok; I submitted duplicate "ticket" today but then I found this post... I have this issue with hugo v0.126.1+extended darwin/arm64
The same error was reported in issue-2508534712 in the example of bootstrap-bp-hugo-theme.
@fr24pk Hi, that theme is not built on top of this framework, there is nothing we can help.
Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to 'libsass'.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information.
BUT, as the error logs described from that issue, you need to install the extended Hugo version instead.
Enter hugo version
to check if your Hugo version is extended.
hugo version
If the output contains extended then it is extended version.
If you want to use HB themes, you'll need to either install Dart Sass or keep using libsass. An extended Hugo version is required as well.
For some reason, I can't preview my site locally. Since it says 'Build failed', I think building site will also fail.
I updated every dependencies with these:
hugo mod get -u ./...
npx --yes npm-check-updates
I'm posting this issue in here because I can see a lot of
hbstack\hb
in error message.Maybe I updated Hugo too early... 🤷 ¯_(ツ)_/¯