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)
-
0
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.jsonSuite is not served from nuget.org. It's hosted on nuget.abp.io
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
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.nupkgreplace <your-api-key> with yours (it's in your NuGet.config file
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
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...
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)