I’m trying to run make ui-setup command in the terminal, but it is showing error.
make is not recognised as internal or external command
@Rakshit.Gondwal this might help you - https://stackoverflow.com/a/67938487/16056270
Have a look.
checking in @Rakshit.Gondwal did you try restarting wsl using wsl --shutdown?
@Rakshit.Gondwal you are not authenticated correctly and hence this issue is arrising.
Log out and Log in again by going to localhost:9081
Still getting the same issue. Even after switching to root and then switching back to the user.
I wasn’t mentioning about the root or user but follow the steps below, might solve.
- Open the server by either
make serverormesheryctl system start - complete the login process by clicking on
Mesheryonlocalhost:9081 - Run the
uibymake uicommand which will then show up onlocalhost:3000
When I try to run make server, I’m getting the go version issue. Earlier I had the go 1.13 version but now I’ve updated it to the latest but still have the same error.

