Hello,
I have issues trying to install ABP Suite using this dotnet command:
dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/[ourkey]/v3/index.json --version 5.3.5 --ignore-failed-sources ([ourkey] means I erased our guid it in this ticket).
I have to use this because abp suite install --version 5.3.5 fails too caused by a sources in my default nuget configuration that needs authentication (managed by VS but not on the command line),
By the way, I can install the latest version (7.0.2) without any problems, but none of the previous version (not even 6.0.0 or 7.0.0).
I still need previous versions !!!
Here are the error log:
C:\Program Files\Microsoft Visual Studio\2022\Professional>dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/[ourkey]/v3/index.json --version C:\Users\flabelle\AppData\Local\Temp\d060686e-24ca-4679-b255-310c5ff1ce11\restore.csproj : warning NU1801: Unable to lo ad the service index for source https://[cut...]v3/index.js on. C:\Users\flabelle\AppData\Local\Temp\d060686e-24ca-4679-b255-310c5ff1ce11\restore.csproj : warning NU1801: Unable to lo ad the service index for source https://p[cut...]/nuget/v3/index.js on. C:\Program Files\dotnet\sdk\7.0.103\NuGet.targets(132,5): error : Failed to download package 'volo.abp.suite.5.3.5' fro m 'https://nuget.abp.io/<ourkey>3/v3/package/volo.abp.suite/5.3.5/volo.abp.suite.5.3.5.nupkg '. [C:\Users\flabelle\AppData\Local\Temp\d060686e-24ca-4679-b255-310c5ff1ce11\restore.csproj] C:\Program Files\dotnet\sdk\7.0.103\NuGet.targets(132,5): error :** Response status code does not indicate success: 500 ( Internal Server Error**). [C:\Users\flabelle\AppData\Local\Temp\d060686e-24ca-4679-b255-310c5ff1ce11\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. (Yes, I did !)
- A package by this name was found, but it was not a .NET tool. ** (It should still exists)**
- The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem. (No, I can install the latest version)
- You mistyped the name of the tool. (No, the name is OK)
I need this working again ASAP.
Regards
3 Answer(s)
-
0
The problem should be solved, can you try again?
-
0
Yes, it's working again, thanks.
-
0
You're welcome. Have a nice day