Evening all,
Just done the move from 0.151.0 to 0.152.0 and on my first attempt at building a site I’m in the process of adding to, I got this error:
hugo -D --cleanDestinationDir --gc --templateMetrics --logLevel debug
Total in 94 ms
Error: failed to load modules: invalid module config for "github.com/ouhft/docsy": "../../node_modules/bootstrap": mount source must be a local path for modules/themes
I think the relevant part of my hugo.yaml config file is:
module:
proxy: direct
hugoVersion:
extended: true
min: "0.152.0"
imports:
- path: github.com/ouhft/docsy
disable: false
Sadly I can’t share the full repository for ease of review.
I’m reading through the release notes, and Configure modules but I’m not seeing anything I’m missing - nor any kind of hint as to if/how I should rebuild the site (maybe something related to go.mod being replaced by hugo.mod? or how to transition to that?)
Suggestions please ![]()
Thanks!
Carl