PS C:\Users\rutvi> cd desktop
PS C:\Users\rutvi\desktop> cd exampleSite
PS C:\Users\rutvi\desktop\exampleSite> ls
Directory: C:\Users\rutvi\desktop\exampleSite
Mode LastWriteTime Length Name
d----- 12/20/2020 12:05 AM content
d----- 12/20/2020 12:05 AM static
d----- 12/22/2020 12:41 AM theme
-a---- 1/12/2021 2:34 PM 918 config.toml
-a---- 1/12/2021 2:15 PM 170828308 hugo.exe
PS C:\Users\rutvi\desktop\exampleSite> ./hugo server
Error: module “ananke” not found; either add it as a Hugo Module or store it in “C:\Users\rutvi\desktop\exampleSite\themes”.: module does not exist
what should i do to make it work and why is this happening?
i have made the required changes in config.toml file as well, but it still gives the same error