You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep on getting this error whenever I run hugo server or hugo mod clean 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/netlify-cms-academic" not found; either add it as a Hugo Module or store it in "/$USER/academic-starter/themes".: module does not exist
The command hugo mod get -u ./... works but the above error still persists. Installing Go with the default instructions on Ubuntu 18.04 did nothing either.
This is my first experience with Hugo so any help would be most welcomed.
Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I keep on getting this error whenever I run
hugo server
orhugo mod clean
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/netlify-cms-academic" not found; either add it as a Hugo Module or store it in "/$USER/academic-starter/themes".: module does not exist
The command
hugo mod get -u ./...
works but the above error still persists. Installing Go with the default instructions on Ubuntu 18.04 did nothing either.This is my first experience with Hugo so any help would be most welcomed.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions