Open Closed

Abp.Cli Latest Version Install Problem #3382


User avatar
0
elif.altin created

I can't install Abp.Cli. More kids Suite version 4.4.4 was available, I was using it correctly. However, when I try to install the latest version, I get an error even though all the requirements are met. Can you help me?

  • ABP Framework version: 5.3.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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

    hi

    dotnet tool install --global Volo.Abp.Cli --add-source https://api.nuget.org/v3/index.json
    
  • User Avatar
    0
    elif.altin created

    I still keep getting the same error when I run this command.

  • User Avatar
    1
    maliming created
    Support Team Fullstack Developer

    hi

    Can you check your NuGet.Config file?

    "C:\Users\username\AppData\Roaming\NuGet\NuGet.Config"

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
      <packageSources>
        <add key="nuget" value="https://api.nuget.org/v3/index.json" />
      </packageSources>
    </configuration>
    
  • User Avatar
    0
    elif.altin created

    Thank you for your support. My problem is solved.

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