Open markdumay opened 8 months ago
It is unclear if this is a configuration error, or an upstream error with Hugo.
This is an upstream error with hugo. I filed an issue for it.
Ok, thanks for investigating this! It appears that manually adding any version info solves the issue. I guess Hugo is unable to determine the correct version because of the local path substitution (as configured in the workspace file).
Describe the bug
Vendoring the modules of Hinode's example site creates an invalid module list.
To reproduce
Steps to reproduce the behavior:
Log file
Host environment
HEAD
, commit c099bfdb8f0726597cbfea1ba1801a48b76e6f55macOS Sonoma 14.2.1
20.10.0
N/A
Hugo environment
Additional context
The
exampleSite/_vendor/modules.txt
file contains the following content:Adding a version to the first line seems to solve the issue, e.g.:
The problem is likely related to PR #786 and #769. It is unclear if this is a configuration error, or an upstream error with Hugo. @deining, maybe you have some additional thoughts?