HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.1k stars 2.89k forks source link

demo failed to run, not compatible with this Hugo version #1960

Closed daixiang0 closed 3 years ago

daixiang0 commented 3 years ago

Welcome to Academic's GitHub repo 👋

We use GitHub only for bug reports and feature requests - it's our project management tool.

For help and questions, please join our community chat or use the forum 🚑.

Also, you can search and browse the extensive Academic and Hugo documentation.

For questions on Blogdown, please reach out to the Blogdown community.

Describe the bug

$ hugo mod tidy
hugo: downloading modules …
hugo: collected modules in 8333 ms
WARN 2020/11/16 16:54:25 Module "github.com/wowchemy/wowchemy-hugo-modules/wowchemy" is not compatible with this Hugo version; run "hugo mod graph" for more information.

$ hugo version
Hugo Static Site Generator v0.78.2-959724F0 linux/amd64 BuildDate: 2020-11-13T10:08:14Z

$ hugo mod graph
WARN 2020/11/16 16:55:04 Module "github.com/wowchemy/wowchemy-hugo-modules/wowchemy" is not compatible with this Hugo version; run "hugo mod graph" for more information.
github.com/kubeedge/website github.com/wowchemy/wowchemy-hugo-modules/wowchemy@v0.0.0-20201113113155-34a48f8670c8

Test with 4.8/4.7, hugo still print this warning.

To Reproduce

Steps to reproduce the behavior:

  1. Install hugo extend
  2. Git clone starter-academic
  3. cd and hugo server

Expected behavior

Run as well.

Technical details:

If applicable, add screenshots to help explain the issue.

gcushen commented 3 years ago

The full version of Hugo is required, named Hugo Extended. See https://wowchemy.com/docs/install-locally/

KermanX commented 3 years ago

I met this problem too, and I'm trying to solve it now.

nalhasan commented 3 years ago

I'm having the same issue. I'm on windows 10 and have all prerequisites up-to-date.