I'm trying to download the source code of the LeptonXTheme. I've tried from ABPsuite, where the button "OK" in the modal "Download source code" is disabled. So I tried with the ABP CLI download command suggested into the modal ( abp get-source Volo.Abp.LeptonXTheme.Pro --version 4.2.2) but executing it into a folder in my project, I get the error you can see in the attached image.
6 Answer(s)
-
0
To download the source code of the LeptonXTheme (especially the Pro version), you must use the correct module name. The error in your screenshot occurs because the module name Volo.Abp.LeptonXTheme.Pro is not recognized by the ABP CLI.
For LeptonX (Pro), the correct command is:
abp get-source Volo.Abp.LeptonXTheme.Pro
However, if this command fails and you see "No module was found with this name," it may indicate that your license or ABP version does not grant access to this module, or the module name/version is not available for download.
Key points:
- Ensure you have an active ABP Commercial license and are logged in with the ABP CLI.
- Double-check the module name: Volo.Abp.LeptonXTheme.Pro (for LeptonX Pro), or Volo.Abp.LeptonXTheme (for the standard version).
- If you still cannot download, try deleting any cached template files in %USERPROFILE%/.abp/templates and retry the command.
If the problem persists, contact Volosoft support with your license details, as access to LeptonXTheme.Pro source code is restricted to eligible commercial customers.
Sources:
- https://abp.io/support/questions/4668
- https://abp.io/community/articles/z0fqq5di
This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.
-
0
if you see, is the second command I executed. You can see the error in the image
-
0
ok, I will check it.
Thanks.
-
0
hi devpomi
What is your license type?
Team or Business?
Thanks.
-
0
Team
-
0
hi
Team: Your solution uses the modules and themes as NuGet and NPM packages. It doesn't include their source code. This way, you can easily upgrade these modules and themes whenever a new version is available. However, you can not get the source code of these modules and themes.
https://abp.io/faq#is-source-code-included