7 Answer(s)
-
0
hi
Can you try to run suite by
abp suite
command? -
0
I just tried to run the command, noticed there was an update to 0.9.5 of the cli and updated that. I keep getting the error Package volo.abp.suite is not a .net tool. Here is the command prompt screen shot.
Also I have tried running the install of abp suite using this command with my private key and still didn't work. dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json
-
0
hi
Package volo.abp.suite is not a .NET tool
https://abp.io/support/questions/8136/Package-voloabpsuite-is-not-a-NET-tool
-
0
Is that something I will need to add a path to environment variables?
-
0
hi
No need. You can try this: https://abp.io/support/questions/8136/Package-voloabpsuite-is-not-a-NET-tool
This error is related to NET 9 SDK.
-
0
I am not ready to move to .NET 9 yet anyway, so I just removed .NET 9 for now and that fixed my immediate issue. I will deal with the two later on. Thanks for the help
-
0
: )