-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: module not found? #74
Comments
I have same issue, @kishaningithub fixed this issue please. or tell us what to do. |
@suzgold @Somrat37 I'm definitely sure there is something wrong with your project structure. If you could run tree -a command from the root of your project and paste the output here it would be great. |
@suzgold, |
Thank you @Somrat37 , but remove it from where? I don't see that text in the config.toml file. |
@suzgold Is the source of your Hugo site available somewhere ? If I can look at it I should be able to pinpoint your exact problem. |
@kishaningithub thank you very much for the offer. I have a Zip file of the directory shared on Dropbox; do you have an email address I can use to give you access? I am grateful for your help. |
Hi again @kishaningithub , I don't seem to have
And I'm still glad to share the files with you on Dropbox if you can give me an email address to use. I'm really grateful for any help you can give me. Thank you! |
i got solution, just remove themedir="../.." in file config.toml |
If you add theme via Enter to your theme directory:
then run:
Your local theme will active again. |
I had the same problem. I've removed themes/* but I still had module:
imports:
- path: github.com/mattesilver/hugo-goat-counter
theme:
- hugo-goat-counter Just remove theme from the config |
This can be fixed if you just add a themes directory to your project... bug to fix... |
I'm sorry if this is a really dumb question, but I added the config.toml file to the top level of my /hugo-creative-portfolio-theme directory and edited it, but then when I ran
hugo server
in terminal I got this error:I don't understand what's it's asking for, and I haven't edited or moved any other files. Does the config.toml file need to go somewhere else? I'd appreciate any help anyone can give. Thanks!
The text was updated successfully, but these errors were encountered: