You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of Hugo you are using (output of hugo version): hugo v0.152.0+extended+withdeploy darwin/arm64 BuildDate=2025-10-21T16:29:49Z VendorInfo=brew
OS:
macOS
Problem
With Hugo v0.152.0, I'm getting the following error at running "hugo server".
Error: command error: failed to load modules: invalid module config for "github.com/google/docsy": "../../node_modules/bootstrap": mount source must be a local path for modules/themes
It seems this is happening because that behavior was disallowed by this PR in Hugo.