-
Notifications
You must be signed in to change notification settings - Fork 31
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
Feat: Add new training page #133
Conversation
Signed-off-by: thisisobate <[email protected]>
Signed-off-by: thisisobate <[email protected]>
Signed-off-by: thisisobate <[email protected]>
Signed-off-by: thisisobate <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'm getting errors when I try to build, is the README up to date?
Both throw errors |
It’s weird that both ‘yarn install’ and ‘yarn start’ both throw an error. What version of Node are you running? |
Can you share the error message here? |
Sure, I'm using
|
I get the same error with the node lts (v20.12.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, found the issue's solution, and adding an environment variable to my terminal helped get it running:
export NODE_OPTIONS=--openssl-legacy-provider
Thanks for this @thisisobate!
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks cool! Thanks for your PR.
LGTM
Fixes cncf/techdocs#214