Hi,
I’m using Hugo v0.128.2 with Docsy theme v0.10.0.
When I run hugo server, the output shows warnings:
WARN Module "project" is not compatible with this Hugo version: Min 0.110.0 extended; run "hugo mod graph" for more information.
WARN Module "docsy" is not compatible with this Hugo version: Min 0.110.0 extended; run "hugo mod graph" for more information.
So I run hugo mod graph, and the output is as below:
WARN Module "project" is not compatible with this Hugo version: Min 0.110.0 extended; run "hugo mod graph" for more information.
WARN Module "docsy" is not compatible with this Hugo version: Min 0.110.0 extended; run "hugo mod graph" for more information.
project hugomods/bootstrap
hugomods/bootstrap hugomods/icons/vendors/bootstrap
hugomods/icons/vendors/bootstrap hugomods/icons
hugomods/icons/vendors/bootstrap twbs/icons
project docsy
docsy twbs/bootstrap
docsy FortAwesome/Font-Awesome
What should I do to make those warnings disappear?
I think you’re right! After the Hugo version on my machine is upgraded from 0.115.x to v0.128.x by the server administrator, the warnings start to appear.
I’ve tested on another machine with the same website, and it doesn’t have those warnings.
I’ll just ignore those warnings because I don’t have administrator permission to install/upgrade Go and Hugo.