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.
What command will report "unable to find velaux addon"?
There was a problem hiding this comment.
If vela addon enable ~/.vela/addons/velaux report "unable to find velaux addon"
There was a problem hiding this comment.
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.
"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.
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.
|
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 <alexr018350@gmail.com>
Signed-off-by: alexr018350 <alexr018350@gmail.com>
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.jsif adding a new page.yarn startto ensure the changes has taken effect.Special notes for your reviewer
@chivalryq I had trouble previewing changes locally. Can you preview these changes?