Open Closed

Cannot upgrade AbpSuite to version 2.3.0 #62


User avatar
0
thanhvl1 created

HI,

I got the error today that I cannot upgrade Abp Suite to version 2.3.0 after Upgrade Abp.Cli 2.3.0 successfully. Is that problem caused by my PC or network or Abp server ?

After I uninstall Abp Suite, I cannot reinstall it anymore

Regards, Thanh


5 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    to update your solution, go to your .sln directory and run the below command

    abp update
    
  • User Avatar
    0
    alper created
    Support Team Director

    can you login to abp cli and try again

    abp login <username>
    

    I've just tested now, without errors

  • User Avatar
    0
    thanhvl1 created

    It's weird. I've tried many times logout and login then update again but it didn't work. How can I delete completely ?

  • User Avatar
    0
    alper created
    Support Team Director

    Remove ABP CLI

    dotnet tool uninstall volo.abp.cli -g
    

    Remove Suite

    dotnet tool uninstall volo.abp.suite -g
    
  • User Avatar
    0
    thanhvl1 created

    Thanks. I can update abp suite after remove completely cli and suite

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