I installed MGCB editor from command prompt, and it downloaded successfully.
But when I tried to register, it tells me this…
I’ve tried many solutions but none of them worked.
Please Help!
I installed MGCB editor from command prompt, and it downloaded successfully.
But when I tried to register, it tells me this…
I’ve tried many solutions but none of them worked.
Please Help!
dotnet tool install --global dotnet-mgcb-editor
mgcb-editor --register
It’s also possible that the dotnet tools folder isn’t in your path. It should be:
%USERPROFILE%\.dotnet\tools
I met the same issue, did you solve?