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
[brandon@t4n wrestlingmob]$ hugo mod tidy go: no module dependencies to download go: github.com/reorx/[email protected]: parsing go.mod: module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX go: no module dependencies to download hugo: collected modules in 627 ms Error: module "github.com/reorx/hugo-PaperModX" not found; either add it as a Hugo Module or store it in "/home/brandon/Documents/sites/wrestlingmob/themes".: module does not exist [brandon@t4n wrestlingmob]$ hugo mod get -u go: no module dependencies to download go: github.com/reorx/[email protected]: parsing go.mod: module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX go: no module dependencies to download hugo: collected modules in 557 ms WARN 2022/05/23 20:53:24 module "github.com/reorx/hugo-PaperModX" not found; either add it as a Hugo Module or store it in "/home/brandon/Documents/sites/wrestlingmob/themes".: module does not exist go: github.com/reorx/[email protected]: parsing go.mod: module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX
The above is the error I get when trying to add this as a module for Hugo. I cannot tell if it is me doing something wrong, or if it is the theme incorrectly marking it's dependencies.
The text was updated successfully, but these errors were encountered:
[brandon@t4n wrestlingmob]$ hugo mod tidy go: no module dependencies to download go: github.com/reorx/[email protected]: parsing go.mod: module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX go: no module dependencies to download hugo: collected modules in 627 ms Error: module "github.com/reorx/hugo-PaperModX" not found; either add it as a Hugo Module or store it in "/home/brandon/Documents/sites/wrestlingmob/themes".: module does not exist [brandon@t4n wrestlingmob]$ hugo mod get -u go: no module dependencies to download go: github.com/reorx/[email protected]: parsing go.mod: module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX go: no module dependencies to download hugo: collected modules in 557 ms WARN 2022/05/23 20:53:24 module "github.com/reorx/hugo-PaperModX" not found; either add it as a Hugo Module or store it in "/home/brandon/Documents/sites/wrestlingmob/themes".: module does not exist go: github.com/reorx/[email protected]: parsing go.mod: module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX
The above is the error I get when trying to add this as a module for Hugo. I cannot tell if it is me doing something wrong, or if it is the theme incorrectly marking it's dependencies.
The text was updated successfully, but these errors were encountered: