Open Closed

I can't get the source code of LeptonXTheme #9616


User avatar
0
devpomi created

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)
  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent

    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.

  • User Avatar
    0
    devpomi created

    if you see, is the second command I executed. You can see the error in the image

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok, I will check it.

    Thanks.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi devpomi

    What is your license type?

    Team or Business?

    Thanks.

  • User Avatar
    0
    devpomi created

    Team

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 04, 2025, 16:11