theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.09k stars 1.12k forks source link

Command Error of Theme: failed to load modules #642

Open AkarinLiu opened 1 year ago

AkarinLiu commented 1 year ago

Error: command error: failed to load modules: module "gohugo-theme-ananke" not found in "C:\Users\Scott\Desktop\akarinwrt.github.io\themes\gohugo-theme-ananke"; either add it as a Hugo Module or store it in "C:\Users\Scott\Desktop\akarinwrt.github.io\themes".: module does not exist

ajone123 commented 1 year ago

I am having a similar error message.

Error: failed to load modules: module "github.com/theNewDynamic/gohugo-theme-Ananke" not found in "C:\Users\RENAE\quickstart\themes\github.com\theNewDynamic\gohugo-theme-ananke"; either add it as a Hugo Module or store it in "C:\Users\RENAE\quickstart\themes".: module does not exist,

Solutions attempted to Fix problem: C:\Users\RENAE \quickstart> hugo mod get https://github.com/theNewDynamic/gohugo-theme-ananke.git

2nd option: download the theme files extract all inside the themes folder.

none of the above options worke.

amar-sanakal commented 1 year ago

I have the same problem with: hugo mod get -u github.com/theNewDynamic/gohugo-theme-ananke

amar-sanakal commented 1 year ago

My issue got resolved after I removed the latest reference on the hugo_extended docker image and replaced it with a 0.100.0 tag