Hugo env: strange output (Windows only)

When running comamnd hugo env on my Linux machine (latest version v0.120.4), output is fine.

On my Windows box, I’m getting strange output, however (line 6+7):

PS C:\> hugo env
hugo v0.120.4-f11bca5fec2ebb3a02727fb2a5cfb08da96fd9df+extended windows/amd64 BuildDate=2023-11-08T11:18:07Z VendorInfo=gohugoio
GOOS="windows"
GOARCH="amd64"
GOVERSION="go1.21.4"
OptionParser::InvalidOption: invalid option: --embedded
  Use --trace for backtrace.
github.com/sass/libsass="3.6.5"
github.com/webmproject/libwebp="v1.2.4"

Some flavor of Sass is installed on your system, but it is either an old version of Dart Sass, or some other Sass executable.

2 Likes

You are right. I uninstalled outdated sass executable on my system and output of hugo env is now fine again. Thanks for clarification!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.