Open Closed

Is ABP Suite Missing from Nuget? #586


User avatar
0
nowayja created

PS C:\Users\user> abp suite install [18:25:13 INF] ABP CLI (https://abp.io) [18:25:13 INF] Version 3.3.1 (Stable) [18:25:14 INF] Installing ABP Suite... C:\Program Files\dotnet\sdk\5.0.100\NuGet.targets(131,5): error : Value cannot be null. (Parameter 'baseUrl') [C:\Users\user\AppData\Local\Temp\pokipp2a.34m\restore.csproj] The tool package could not be restored. Tool 'volo.abp.suite' failed to install. This failure may have been caused by:

  • You are attempting to install a preview release and did not use the --version option to specify the version.
  • A package by this name was found, but it was not a .NET tool.
  • The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
  • You mistyped the name of the tool.

For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool [18:25:16 INF] You can also run the following command to install ABP Suite. [18:25:16 INF] dotnet tool install -g Volo.Abp.Suite PS C:\Users\user> dotnet tool install -g Volo.Abp.Suite error NU1101: Unable to find package volo.abp.suite. No packages exist with this id in source(s): C:\Program Files\dotnet\sdk\NuGetFallbackFolder, Microsoft Visual Studio Offline Packages, nuget.org The tool package could not be restored. Tool 'volo.abp.suite' failed to install. This failure may have been caused by:

  • You are attempting to install a preview release and did not use the --version option to specify the version.
  • A package by this name was found, but it was not a .NET tool.
  • The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
  • You mistyped the name of the tool.

For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool


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

    you can also run this command to install Suite:

    dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-api-key>/v3/index.json
    

    Suite is not served from nuget.org. It's hosted on nuget.abp.io

  • User Avatar
    0
    alper created
    Support Team Director

    You can test to download the NuGet package by downloading from the following URL

    https://nuget.abp.io/<your-api-key>/v3/package/Volo.Abp.Suite/3.3.1/Volo.Abp.Commercial.Suite.3.3.1.nupkg
    

    replace <your-api-key> with yours (it's in your NuGet.config file

  • User Avatar
    0
    alper created
    Support Team Director

    ooh sorry there's an ongoing issue on nuget.abp.io that must be the problem. can you try to install it in an hour. our team addressed the issue and fixing it...

  • User Avatar
    0
    nowayja created

    Seems to be good now, very big thank you

  • User Avatar
    0
    alper created
    Support Team Director

    it's fixed! closing the issue

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