Skip to content
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

Development troubles help request #5194

Closed
jmacd opened this issue Sep 13, 2024 · 2 comments
Closed

Development troubles help request #5194

jmacd opened this issue Sep 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jmacd
Copy link
Contributor

jmacd commented Sep 13, 2024

What needs to be changed? Describe the update that is required.

I am trying to create a new blog post, #5193.

I am following the steps in https://opentelemetry.io/docs/contributing/development/.

> _hugo
> hugo --cleanDestinationDir -e dev --buildDrafts --baseURL http://localhost

Total in 5 ms
Error: failed to load modules: module "github.com/FortAwesome/Font-Awesome" not found in "/Users/josh.macdonald/src/opentelemetry/opentelemetry.io/themes/github.com/FortAwesome/Font-Awesome"; either add it as a Hugo Module or store it in "/Users/josh.macdonald/src/opentelemetry/opentelemetry.io/themes".: module does not exist

Is there a step to install everything I need? I'm aware that I can manually poke around and find an installation of Font-Awesome, but it looks like there are more steps and I imagine there is a tool to set this up for me, possibly not documented?

@jmacd jmacd added the bug Something isn't working label Sep 13, 2024
@svrnm
Copy link
Member

svrnm commented Sep 13, 2024

it should be installed when you run npm install

@jmacd
Copy link
Contributor Author

jmacd commented Sep 13, 2024

Oops, I was confused between nvm install and npm install and left out the npm install step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants