Open Closed

How to Switch between different version of ABP CLI and ABP Suite as I have Multiple Project with different version eg. 7.2.2, and 7.4.0 #6036


User avatar
0
bhasinp created
  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

How can I Switch between different version of ABP CLI and ABP Suite as I have Multiple Project with different version eg. 7.2.2, and 7.4.0

Recently I upgraded by ABP Suite to v7.4.0 and created a new project, Which works fine.

But when I got back to my older project and run abp suite it loads the v7.4.0 templates in abp suite which is obvious.

I downgraded the version to v7.2.2 But still the abp suite is showing v7.4.0 templates for v7.2.2 project.

Can you help me in this how to clear the template cache to get v7.2.2 thing again.

Also Is there any NVM kind of tool for switching between diff versions to work on multiple project ?


3 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello bhasinp,

    To change the ABP version please follow below steps

    1. dotnet tool uninstall -g volo.abp.cli
    2. dotnet tool uninstall -g volo.abp.Suite
    3. Delete folder after running uninstall command (C:\Users\Myname.abp)
    4. dotnet tool install -g volo.abp.cli --version 7.2.2
    5. after this sign in with abp login username -p password
    6. abp suite install --v 7.2.2

    Regards, Anjali

  • User Avatar
    0
    bhasinp created

    Thanks for quick reply

    Can I install multiple version at same time and switch between them ? Like NVM ?

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi

    Sorry you can install only one version at a time.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11