-
Notifications
You must be signed in to change notification settings - Fork 209
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 message #1177
base: main
Are you sure you want to change the base?
error message #1177
Conversation
|
||
``` | ||
Installing VelaUX: | ||
Error: "unable to find velaux addon" - This may occur if there is an issue with locating the velaux addon. To resolve this, make sure that the velaux addon is installed properly by running the "vela addon enable ~/.vela/addons/velaux" command. If the issue persists, check the advanced installation arguments for the velaux addon. |
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.
What command will report "unable to find velaux addon"?
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.
If vela addon enable ~/.vela/addons/velaux
report "unable to find velaux addon"
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.
make sure that the velaux addon is installed properly by running the "vela addon enable ~/.vela/addons/velaux
This is a bit confusing. VelaD packed a velaux addon with it and unzip it to ~/.vela/addons/velaux
when velad install
. Advice here should be more clear.
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.
"To resolve the "unable to find velaux addon" error during VelaUX installation, you can try running the following command to enable the velaux addon: "vela addon enable ~/.vela/addons/velaux". This addon should have been installed automatically by VelaD during its installation process. If the issue persists, try reinstalling VelaD."
Is this clear?
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 addon should have been installed automatically by VelaD during its installation process.
This is wrong! addon is unpacked to local directory, not "enabled" (or installed) by velad install
by default. User can decide to enable it or not. If they do, they can run vela addon enable ~/.vela/addons/velaux
.
Besides, you said "vela addon enable ~/.vela/addons/velaux" causes this error. You shouldn't ack user to run it again to solve it.
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.
Understood!
Please sign the DCO. BTW, what do you do to preview the changes? |
Used local server by running |
0b89e87
to
6c6569b
Compare
Signed-off-by: alexr018350 <[email protected]>
Signed-off-by: alexr018350 <[email protected]>
6c6569b
to
9ba6e5b
Compare
@chivalryq Frustrated since yesterday. |
@alexr018350 OK I got where's the problem. The document is versioned and you changed the latest version which you have to select |
I think maybe it's better to open a section in the last say "Trouble Shooting". WDYT @wonderflow |
Yup, can see now. Thanks |
Yes, we can include common mistakes, potential issues, and tips for resolving problems. |
Description of your changes
Fixes #1175
I have:
sidebar.js
if adding a new page.yarn start
to ensure the changes has taken effect.Special notes for your reviewer
@chivalryq I had trouble previewing changes locally. Can you preview these changes?