Open Closed

ABP CLI -Unable to download old version of template #8571


User avatar
0
JimmyLiew created
  • ABP Framework version: v9.0.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi, I am facing issue of downloading old version(v8.3) template by using the abp cli command below.

abp new Abp.Template -t microservice -u angular -m none --theme leptonx -csf -v 8.3.0

But it ended up generated a template with latest version which is v9.0.2.

May i check how to force the cli to download template with v8.3 (Net 8)?


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can install the old CLI or add --old parameter

    https://abp.io/docs/latest/cli/differences-between-old-and-new-cli

  • User Avatar
    0
    JimmyLiew created

    hi

    You can install the old CLI or add --old parameter

    https://abp.io/docs/latest/cli/differences-between-old-and-new-cli

    Hi,

    I am still facing issue of downloading old version template using latest abp cli.

    Could you please provide your advice on this?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please uninstall the volo.abp.stidio.cli and install the volo.abp.cli(8.1.4 or 8.3.0) to create the new project.

    dotnet tool uninstall volo.abp.stidio.cli -g dotnet tool install --global Volo.Abp.Cli --version 8.3.0 https://www.nuget.org/packages/Volo.Abp.Cli/8.3.0

Made with ❤️ on ABP v9.1.0-preview. Updated on January 02, 2025, 07:06