I've a post about this, if you reinstall Suite I guess your problem gets fixed https://support.abp.io/QA/Questions/414/ABP-Suite-install-problem#answer-9c56ff0e-0a46-ffd1-dd08-39f78e032607
also I see that you're updating Suite incorrectlty. just write
abp suite update
this is because you are member of 2 organizations Outdoor Ed LLC and OutdoorEd.
while logging in you need to specify the organization like this;
can you write me the following command result
abp login staff@outdoored.com -p <password> -o OutdoorEd
we are checking it.
yes we just recieved our Devart license.
use String instead of Guid input.
I must say that the ABP CLI version and your project version must be the same.
Are you trying to create an entity to your main project or to your module?
you can use the following CLI command to add a new module to your existing solution.
abp add-module ProductManagement --new --solution C:\YourSolutionPath --add-to-solution-file
https://docs.abp.io/en/abp/latest/CLI#options-3