I am trying to run the academic theme locally on my system.
When I try running hugo server locally, I am getting the following error:
Error: we found a go.mod file in your project, but you need to install Go to use it. See https://golang.org/dl/.: module “github.com/wowchemy/wowchemy-hugo-modules/wowchemy” not found; either add it as a Hugo Module or store it in “/home/website/academic-website/themes”.: module does not exist
It seems like Hugo is not recognizing Go, but I have installed it as per the given instructions, and it is running fine.
Can someone please let me know what the problem can be.